diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-09 05:46:02 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-09 05:46:02 +0000 |
commit | 4952128c1a7d07bd80c759d8bcacaee685b89cd9 (patch) | |
tree | dc4676f9f23c84fccb59304f4dc563fd6b620a97 /ext/B/t | |
parent | a5e451717b80ca1ac182f3448d7a528f98d99329 (diff) | |
download | perl-4952128c1a7d07bd80c759d8bcacaee685b89cd9.tar.gz |
strict stash seems to have gone, too.
p4raw-id: //depot/perl@21119
Diffstat (limited to 'ext/B/t')
-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 05d55b1783..171abf1f37 100755 --- a/ext/B/t/stash.t +++ b/ext/B/t/stash.t @@ -66,7 +66,7 @@ print "# got = @got\n"; $got = "@got"; -my $expected = "attributes Carp Carp::Heavy DB Exporter Exporter::Heavy Internals main Regexp strict utf8 version warnings"; +my $expected = "attributes Carp Carp::Heavy DB Exporter Exporter::Heavy Internals main Regexp utf8 version warnings"; { no strict 'vars'; |