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-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a5e451717b80ca1ac182f3448d7a528f98d99329;p=p5sagit%2Fp5-mst-13.2.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';