Change 17751 by [EMAIL PROTECTED] on 2002/08/22 11:08:35
fix test failure from #17747
Affected files ...
.... //depot/perl/ext/B/t/stash.t#9 edit
Differences ...
==== //depot/perl/ext/B/t/stash.t#9 (xtext) ====
Index: perl/ext/B/t/stash.t
--- perl/ext/B/t/stash.t#8~15201~ Tue Mar 12 07:41:23 2002
+++ perl/ext/B/t/stash.t Thu Aug 22 04:08:35 2002
@@ -66,7 +66,7 @@
$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';
End of Patch.