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
# NOTE: Derived from blib/lib/Inline.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package Inline;
#line 1803 "blib/lib/Inline.pm (autosplit into blib/lib/auto/Inline/M49_usage_unsafe.al)"
sub M49_usage_unsafe {
my ($terminate) = @_;
return <<END .
You are using the Inline.pm module with the UNTAINT and SAFEMODE options,
but without specifying the DIRECTORY option. This is potentially unsafe.
Either use the DIRECTORY option or turn off SAFEMODE.
END
($terminate ? <<END : "");
Since you are running as the a privledged user, Inline.pm is terminating.
END
}
# end of Inline::M49_usage_unsafe
1;