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 / M62_invalid_config_file.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 1915 "blib/lib/Inline.pm (autosplit into blib/lib/auto/Inline/M62_invalid_config_file.al)"
7sub M62_invalid_config_file {
8 my ($config) = @_;
9 return <<END;
10You are using a config file that was created by an older version of Inline:
11
12 $config
13
14This file and all the other components in its directory are no longer valid
15for this version of Inline. The best thing to do is simply delete all the
16contents of the directory and let Inline rebuild everything for you. Inline
17will do this automatically when you run your programs.
18
19END
20}
21
22# end of Inline::M62_invalid_config_file
231;