From: Rafael Garcia-Suarez Date: Mon, 8 Sep 2003 22:26:36 +0000 (+0000) Subject: Loading warnings.pm now loads attributes.pm that loads strict.pm. X-Git-Tag: accepted/trunk/20130322.191538~23062 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5e451717b80ca1ac182f3448d7a528f98d99329;p=platform%2Fupstream%2Fperl.git Loading warnings.pm now loads attributes.pm that loads strict.pm. (due to #21107 apparently.) Adjust this test accordingly. p4raw-id: //depot/perl@21117 --- diff --git a/ext/B/t/stash.t b/ext/B/t/stash.t index 171abf1..05d55b1 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';