This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't autovivify stashes as soon as the lexer sees them.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 15 Dec 2005 17:12:01 +0000 (17:12 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 15 Dec 2005 17:12:01 +0000 (17:12 +0000)
commitadc51b978ed1b2e9d4512c9bfa80386ac917d05a
treeb99a983e47755202eb2ff28483216ffa91daecf1
parent4634a855caf7cb9c97bd7d7c7bdb72d61fd2e9c0
Don't autovivify stashes as soon as the lexer sees them.
This makes defined %foo::bar:: work again.
Add tests for it, remove note in perldelta about having broken it.

p4raw-id: //depot/perl@26370
pod/perl593delta.pod
t/op/stash.t
toke.c