projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26db986
)
perldelta for b183d514e3e
author
Tony Cook
<tony@develop-help.com>
Tue, 17 Dec 2013 05:48:23 +0000
(16:48 +1100)
committer
Tony Cook
<tony@develop-help.com>
Tue, 17 Dec 2013 05:48:23 +0000
(16:48 +1100)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
53c7cf4
..
7d4c73b
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-134,6
+134,14
@@
supported.
=item *
+L<Data::Dumper> has been upgraded from version 2.149 to 2.150.
+
+Regular expression objects are now dumped in a form closer to their
+original source, eg. C< qr/abc/i > is dumped as exactly that instead of
+C< qr/(?^i:abc)/ >. [perl #82948]
+
+=item *
+
L<File::Fetch> has been upgraded from version 0.44 to 0.46.
Blacklists "ftp" on DragonflyBSD.