This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44f2fc1
)
Update Data::Dumper changelog
author
Steffen Mueller
<smueller@cpan.org>
Tue, 26 Feb 2013 06:51:22 +0000
(07:51 +0100)
committer
Steffen Mueller
<smueller@cpan.org>
Tue, 26 Feb 2013 06:51:22 +0000
(07:51 +0100)
dist/Data-Dumper/Changes
patch
|
blob
|
blame
|
history
diff --git
a/dist/Data-Dumper/Changes
b/dist/Data-Dumper/Changes
index
cc66a36
..
8fb5c8f
100644
(file)
--- a/
dist/Data-Dumper/Changes
+++ b/
dist/Data-Dumper/Changes
@@
-6,7
+6,14
@@
Changes - public release history for Data::Dumper
=over 8
-=item 2.140 (Dec 30 2012)
+=item 2.142 (Feb 26 2013)
+
+Address vstring related test failures on 5.8: Skip tests for
+obscure case.
+
+Major improvements to test coverage and significant refactoring.
+
+Make Data::Dumper XS ignore Freezer return value. Fixes RT #116364.
Change call of isALNUM to equivalent but more clearly named isWORDCHAR