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 / M18_error_old_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 1485 "blib/lib/Inline.pm (autosplit into blib/lib/auto/Inline/M18_error_old_version.al)"
7sub M18_error_old_version {
8 my ($old_version, $directory) = @_;
9 $old_version ||= '???';
10 return <<END;
11You are using Inline version $Inline::VERSION with a directory that was
12configured by Inline version $old_version. This version is no longer supported.
13Please delete the following directory and try again:
14
15 $directory
16
17END
18}
19
20# end of Inline::M18_error_old_version
211;