diff options
author | Hugo van der Sanden <hv@crypt.org> | 2002-08-22 11:08:35 +0000 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-08-22 11:08:35 +0000 |
commit | 86aa26c7997eeb0550f8a87185a3ca36cced8245 (patch) | |
tree | 7b704fbd7398e940ce2bcf224dcb541b53b64101 | |
parent | 6a31061a02dec2e4339d611e71c8a3daf8c83f4a (diff) | |
download | perl-86aa26c7997eeb0550f8a87185a3ca36cced8245.tar.gz |
fix test failure from #17747
p4raw-id: //depot/perl@17751
-rwxr-xr-x | ext/B/t/stash.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/t/stash.t b/ext/B/t/stash.t index 9448425283..f3fd07b751 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'; |