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 / M30_error_no_obj.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 1614 "blib/lib/Inline.pm (autosplit into blib/lib/auto/Inline/M30_error_no_obj.al)"
7sub M30_error_no_obj {
8 my ($name, $pkg, $path) = @_;
9 <<END;
10The extension '$name' is not properly installed in path:
11 '$path'
12
13If this is a CPAN/distributed module, you may need to reinstall it on your
14system.
15
16To allow Inline to compile the module in a temporary cache, simply remove the
17Inline config option 'VERSION=' from the $pkg module.
18
19END
20}
21
22# end of Inline::M30_error_no_obj
231;