This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #112316] Make strict vars respect assignment to null pkg
authorFather Chrysostomos <sprout@cpan.org>
Sun, 8 Apr 2012 21:51:57 +0000 (14:51 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 20 Apr 2012 03:09:11 +0000 (20:09 -0700)
commit862504fb08ed24a37a327d325e83ceac76cf05cf
tree238d2b61272bc768ded95a08609f5ee9755cdc78
parented5958d4d0be98bffc846ce92d77c382457feea0
[perl #112316] Make strict vars respect assignment to null pkg

Under threads, strict vars was not respecting assignment to a package
with a null in its name if the name of the package assigned from was
equal to the prefix of the destination package up to the null.
t/lib/strict/vars
util.c