diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-09-16 15:48:46 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-09-16 16:03:34 -0700 |
commit | 60092ce4854ea5801a4711d82d0e2c57a7edcaca (patch) | |
tree | f2244dcfa6ea94be6469ac9496fcb45a01d65021 /pod/perldelta.pod | |
parent | a3342be368647e67883bc6ba3bea07bb06880b80 (diff) | |
download | perl-60092ce4854ea5801a4711d82d0e2c57a7edcaca.tar.gz |
Make ++ and -- work on glob copies
These ops considered typeglobs read-only, even if they weren’t.
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 37a4d5dd7a..8b0950044a 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -805,6 +805,10 @@ C<glob> now clears %ENV before calling csh, since the latter croaks on some systems if it does not like the contents of the LS_COLORS enviroment variable [perl #98662]. +=item * + +C<++> and C<--> now work on copies of globs, instead of dying. + =back =head1 Known Problems |