access::readonly is gone
Michael G. Schwern [Sun, 10 Mar 2002 16:18:14 +0000 (11:18 -0500)]
   Message-Id: <20020310211813.GE27112@blackrider>

p4raw-id: //depot/perl@15159

ext/B/t/stash.t

index f8b5209..9916521 100755 (executable)
@@ -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';