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 / M45_usage_with.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 1763 "blib/lib/Inline.pm (autosplit into blib/lib/auto/Inline/M45_usage_with.al)"
7sub M45_usage_with {
8 return <<END;
9Syntax error detected using 'use Inline with ...'.
10Should be specified as:
11
12 use Inline with => 'module1', 'module2', ..., 'moduleN';
13
14END
15}
16
17# end of Inline::M45_usage_with
181;