diff options
author | Michael G. Schwern <schwern@pobox.com> | 2002-03-10 11:18:14 -0500 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-03-11 03:34:13 +0000 |
commit | 825e0ba0c8c2dec9c94bdee2122af88724efd944 (patch) | |
tree | bc3320307fcd93f62a5166e7a7037d14635d3507 /ext | |
parent | 0bd43963443f227c8bd1734af34fc6e6a7d2d54e (diff) | |
download | perl-825e0ba0c8c2dec9c94bdee2122af88724efd944.tar.gz |
access::readonly is gone
Message-Id: <20020310211813.GE27112@blackrider>
p4raw-id: //depot/perl@15159
Diffstat (limited to 'ext')
-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 f8b5209dc6..9916521414 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 = "access attributes Carp Carp::Heavy DB Exporter Exporter::Heavy main utf8 warnings"; +my $expected = "attributes Carp Carp::Heavy DB Exporter Exporter::Heavy main utf8 warnings"; { no strict 'vars'; |