diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 2001-12-31 13:16:08 -0500 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-01-01 04:44:28 +0000 |
commit | 0e57b4e8a1ce68a98d334e524872cae16942643b (patch) | |
tree | d00f607f14b8c1e04c134420b1a7ae66f5abb594 /ext/B | |
parent | 9de3b7c3f04d243540e2a381092bf0f918b7fe9e (diff) | |
download | perl-0e57b4e8a1ce68a98d334e524872cae16942643b.tar.gz |
Leaner exporter
Message-Id: <20011231181608.A29253@math.ohio-state.edu>
p4raw-id: //depot/perl@13996
Diffstat (limited to 'ext/B')
-rwxr-xr-x | ext/B/t/stash.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/t/stash.t b/ext/B/t/stash.t index e0ac3e9ff9..0a32a18841 100755 --- a/ext/B/t/stash.t +++ b/ext/B/t/stash.t @@ -38,7 +38,7 @@ $a =~ s/-uNetWare,// if $^O eq 'NetWare'; $a =~ s/-u(Cwd|File|File::Copy|OS2),//g if $^O eq 'os2'; $a =~ s/-uCwd,// if $^O eq 'cygwin'; $b = '-uCarp,-uCarp::Heavy,-uDB,-uExporter,-uExporter::Heavy,-uaccess,-uattributes,' - . '-umain,-ustrict,-uutf8,-uwarnings'; + . '-umain,-uutf8,-uwarnings'; if ($Is_VMS) { $a =~ s/-uFile,-uFile::Copy,//; $a =~ s/-uVMS,-uVMS::Filespec,//; |