diff options
Diffstat (limited to 'ext/B/t/stash.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'; |