diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-09-08 22:26:36 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-09-08 22:26:36 +0000 |
commit | a5e451717b80ca1ac182f3448d7a528f98d99329 (patch) | |
tree | 43546ef6bff838595a1d8a7f361ef79e1c71b8e1 /ext/B/t | |
parent | c85d3f85e8d942eb3da18d6f77a57c6e1848b7f0 (diff) | |
download | perl-a5e451717b80ca1ac182f3448d7a528f98d99329.tar.gz |
Loading warnings.pm now loads attributes.pm that loads strict.pm.
(due to #21107 apparently.) Adjust this test accordingly.
p4raw-id: //depot/perl@21117
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 171abf1f37..05d55b1783 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 utf8 version warnings"; +my $expected = "attributes Carp Carp::Heavy DB Exporter Exporter::Heavy Internals main Regexp strict utf8 version warnings"; { no strict 'vars'; |