From: Hugo van der Sanden Date: Thu, 22 Aug 2002 11:08:35 +0000 (+0000) Subject: fix test failure from #17747 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=86aa26c7997eeb0550f8a87185a3ca36cced8245;p=p5sagit%2Fp5-mst-13.2.git fix test failure from #17747 p4raw-id: //depot/perl@17751 --- diff --git a/ext/B/t/stash.t b/ext/B/t/stash.t index 9448425..f3fd07b 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 utf8 warnings"; +my $expected = "attributes Carp Carp::Heavy DB Exporter Exporter::Heavy Internals main utf8 version warnings"; { no strict 'vars';