summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-06-03 22:39:50 +0200
committerNicholas Clark <nick@ccl4.org>2012-06-03 22:39:50 +0200
commitff3f295cdd229f2736e9ad06835c5c121ea45fad (patch)
tree47d5fad1c0bae735bcd1cf9bc4bc7b64131a54a9 /pod
parentfe3193b514b01b0a636361da0103ed33393cf9c4 (diff)
downloadperl-ff3f295cdd229f2736e9ad06835c5c121ea45fad.tar.gz
Refactor File::DosGlob to avoid an unescaped { in a regex.
This avoids generating deprecation warnings.
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 946f3f77dc..4f3483e620 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -103,6 +103,12 @@ XXX
=item *
+L<File::DosGlob> has been upgraded from version 1.07 to 1.08.
+
+There are no visible changes, only minor internal refactorings.
+
+=item *
+
L<IO> has been upgraded from version 1.25_06 to version 1.25_07.
C<sync()> can now be called on read only file handles [perl #64772].