This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make ++ and -- work on glob copies
authorFather Chrysostomos <sprout@cpan.org>
Fri, 16 Sep 2011 22:48:46 +0000 (15:48 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 16 Sep 2011 23:03:34 +0000 (16:03 -0700)
commit60092ce4854ea5801a4711d82d0e2c57a7edcaca
treef2244dcfa6ea94be6469ac9496fcb45a01d65021
parenta3342be368647e67883bc6ba3bea07bb06880b80
Make ++ and -- work on glob copies

These ops considered typeglobs read-only, even if they weren’t.
pod/perldelta.pod
pp.c
pp_hot.c
sv.c
t/op/auto.t