diff options
Diffstat (limited to 't/lib/b-stash.t')
-rw-r--r-- | t/lib/b-stash.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/lib/b-stash.t b/t/lib/b-stash.t index 7f523b5cc4..bc9d896927 100644 --- a/t/lib/b-stash.t +++ b/t/lib/b-stash.t @@ -30,6 +30,7 @@ chomp($a = `$^X $path "-MB::Stash" "-Mwarnings" -e1`); $a = join ',', sort split /,/, $a; $a =~ s/-u(PerlIO|open)(?:::\w+)?,//g if defined $Config{'useperlio'} and $Config{'useperlio'} eq 'define'; $a =~ s/-uWin32,// if $^O eq 'MSWin32'; +$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,-uattributes,' |