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 / M49_usage_unsafe.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 1803 "blib/lib/Inline.pm (autosplit into blib/lib/auto/Inline/M49_usage_unsafe.al)"
7sub M49_usage_unsafe {
8 my ($terminate) = @_;
9 return <<END .
10You are using the Inline.pm module with the UNTAINT and SAFEMODE options,
11but without specifying the DIRECTORY option. This is potentially unsafe.
12Either use the DIRECTORY option or turn off SAFEMODE.
13
14END
15 ($terminate ? <<END : "");
16Since you are running as the a privledged user, Inline.pm is terminating.
17
18END
19}
20
21# end of Inline::M49_usage_unsafe
221;