From a5e451717b80ca1ac182f3448d7a528f98d99329 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 8 Sep 2003 22:26:36 +0000 Subject: Loading warnings.pm now loads attributes.pm that loads strict.pm. (due to #21107 apparently.) Adjust this test accordingly. p4raw-id: //depot/perl@21117 --- ext/B/t/stash.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/B/t') 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'; -- cgit v1.2.1