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 / obj_untaint.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 988 "blib/lib/Inline.pm (autosplit into blib/lib/auto/Inline/obj_untaint.al)"
7#==============================================================================
8# Blindly untaint tainted fields in Inline object.
9#==============================================================================
10sub obj_untaint {
11 my $o = shift;
12
13 ($o->{INLINE}{ILSM_module}) = $o->{INLINE}{ILSM_module} =~ /(.*)/;
14 ($o->{API}{build_dir}) = $o->{API}{build_dir} =~ /(.*)/;
15 ($o->{CONFIG}{DIRECTORY}) = $o->{CONFIG}{DIRECTORY} =~ /(.*)/;
16 ($o->{API}{install_lib}) = $o->{API}{install_lib} =~ /(.*)/;
17 ($o->{API}{modpname}) = $o->{API}{modpname} =~ /(.*)/;
18 ($o->{API}{modfname}) = $o->{API}{modfname} =~ /(.*)/;
19 ($o->{API}{language}) = $o->{API}{language} =~ /(.*)/;
20 ($o->{API}{pkg}) = $o->{API}{pkg} =~ /(.*)/;
21 ($o->{API}{module}) = $o->{API}{module} =~ /(.*)/;
22}
23
24# end of Inline::obj_untaint
251;