From: Michael G. Schwern Date: Sun, 10 Mar 2002 16:18:14 +0000 (-0500) Subject: access::readonly is gone X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=825e0ba0c8c2dec9c94bdee2122af88724efd944;p=p5sagit%2Fp5-mst-13.2.git access::readonly is gone Message-Id: <20020310211813.GE27112@blackrider> p4raw-id: //depot/perl@15159 --- diff --git a/ext/B/t/stash.t b/ext/B/t/stash.t index f8b5209..9916521 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';