diff options
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 |