Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / auto / Inline / M34_error_incorrect_version.al
CommitLineData
86530b38
AT
1# NOTE: Derived from blib/lib/Inline.pm.
2# Changes made here will be lost when autosplit is run again.
3# See AutoSplit.pm.
4package Inline;
5
6#line 1670 "blib/lib/Inline.pm (autosplit into blib/lib/auto/Inline/M34_error_incorrect_version.al)"
7sub M34_error_incorrect_version {
8 my ($inl) = @_;
9 return <<END;
10The version of your extension does not match the one indicated by your
11Inline source code, according to:
12
13 $inl
14
15This module should be reinstalled.
16
17END
18}
19
20# end of Inline::M34_error_incorrect_version
211;