This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Since we no longer autovivify stashes (change #26370), we need
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 2 Jan 2006 15:19:59 +0000 (15:19 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 2 Jan 2006 15:19:59 +0000 (15:19 +0000)
commitce10b5d1ec5b5f68b0811018a415bc37bb6bfe5e
tree8fcfaa5786d83e361d7f05ef1cca6f1770fb0014
parentd05e821b371c26b65a55f4dc84c58ab20a15d923
Since we no longer autovivify stashes (change #26370), we need
to turn off strict-refs on them, or we'll have a stricture
error the first time we'd try to access them (when they'll be
actually autovivified).
p4raw-link: @26370 on //depot/perl: adc51b978ed1b2e9d4512c9bfa80386ac917d05a

p4raw-id: //depot/perl@26574
op.c
t/op/stash.t