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 / M01_usage_use.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 1305 "blib/lib/Inline.pm (autosplit into blib/lib/auto/Inline/M01_usage_use.al)"
7# Comment out the next 2 lines to stop autoloading of messages (for testing)
8#1;
9#__END__
10
11#==============================================================================
12# Error messages are autoloaded
13#==============================================================================
14
15sub M01_usage_use {
16 my ($module) = @_;
17 return <<END;
18It is invalid to use '$module' directly. Please consult the Inline
19documentation for more information.
20
21END
22}
23
24# end of Inline::M01_usage_use
251;