Loading warnings.pm now loads attributes.pm that loads strict.pm.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 8 Sep 2003 22:26:36 +0000 (22:26 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 8 Sep 2003 22:26:36 +0000 (22:26 +0000)
(due to #21107 apparently.) Adjust this test accordingly.

p4raw-id: //depot/perl@21117

ext/B/t/stash.t

index 171abf1..05d55b1 100755 (executable)
@@ -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';