This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
dist/Data-Dumper/t/dumper.t: Simplify EBCDIC
[perl5.git] / dist / Data-Dumper / t /
2015-03-18 Karl Williamsondist/Data-Dumper/t/dumper.t: Simplify EBCDIC
2015-03-18 Karl WilliamsonPATCH: [perl #124091] PP Data::Dumper fails on \n isolate
2015-03-13 Karl Williamsondist/Data-Dumper/t/quotekeys.t: Generalize for EBCDIC
2015-03-13 Karl WilliamsonData::Dumper/t/dumper.t: Add test
2015-03-13 Karl Williamsondist/Data-Dumper/t/dumper.t: Generalize for EBCDIC...
2015-03-13 Karl Williamsondist/Data-Dumper/t/dumper.t: Add test names
2015-03-13 Karl WilliamsonData::Dumper/t/dumper.t: only specify number of tests...
2015-03-13 Karl WilliamsonData::Dumper/t/dumper.t: Remove test numbers from comments
2015-03-05 Karl WilliamsonData::Dumper/t/dumper.t: Fix comments
2014-09-18 Tony Cookdon't recurse infinitely in Data::Dumper
2014-06-24 Tony Cookremove extraneous setting of $TODO
2014-06-12 Tony Cooktest for the Data::Dumper bug fixed by "Change newSVpvn...
2013-12-29 James E KeenanAdd names (descriptions) to t/dumper.t tests lacking...
2013-12-18 Tony Cook[perl #120384] make hash key quoting compatible between...
2013-12-17 Tony Cook[perl #82948] use re::regexp_pattern in list context...
2013-07-22 Tony Cook[perl #74798] improved useqq compatibility with the...
2013-07-17 Tony Cookhandle xs Useqq dumping of strings with an escape follo...
2013-07-17 Slaven RezicData::Dumper: useqq implementation for xs
2013-07-07 Father ChrysostomosSuppress dep warnings in DD’s indent.t
2013-03-15 Steffen MuellerData::Dumper test compatibility fixes for older Perls
2013-02-28 James E KeenanLoosen the passing requirement for a regex.
2013-02-17 Steffen Mueller[perl #116587] Data::Dumper intermittently fails tests...
2013-01-31 James E KeenanData-Dumper: Boost test coverage and refactor.
2013-01-13 Aaron CraneMake Data::Dumper XS ignore Freezer return value
2012-08-07 Steffen MuellerData::Dumper: Fix tests for pure-Perl implementation
2012-08-02 Steffen MuellerData::Dumper: Option to avoid building much of the...
2012-02-04 Father Chrysostomos[perl #58608] Fix DD’s dumping of qr|\/|
2012-02-04 Father ChrysostomosData::Dumper/qr.t: This test is not strict-safe
2012-02-04 Father ChrysostomosData::Dumper/qr.t: Add test names and diagnostics
2012-02-04 Father ChrysostomosData::Dumper: qr.t: Add a pure-Perl TODO test
2012-02-04 Alexandr Ciornii[perl #58608] TODO tests for DD and qr|\/|
2012-02-04 Father Chrysostomos[perl #107372] DD and overloaded blessed globs
2011-12-26 Father ChrysostomosSkip failing DD tests under 5.6
2011-12-26 Father ChrysostomosFix DD’s vstring tests unter 5.6
2011-12-26 Father ChrysostomosMake DD dump *{''} correctly under 5.6
2011-12-26 Father ChrysostomosMake DD dump *{''} properly
2011-12-25 Father Chrysostomos[perl #101162] DD support for vstrings
2011-11-22 Father ChrysostomosMake Data::Dumper UTF8- and null-clean with GVs
2011-05-20 Steffen MuellerFix skip() usage in tests
2011-01-25 Nicholas ClarkConvert Data::Dumper's overload.t to Test::More
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in dist/*
2010-11-20 Nicholas ClarkFix the test fix for older perls (5499dc3d6e47ea78...
2010-11-20 Father ChrysostomosSkip [perl #72332] DD test on 5.10.1
2010-11-19 Steffen MuellerFix Data::Dumper test on old perls
2010-11-07 Niko TyniFix an out of bounds write in Data-Dumper with malforme...
2010-09-28 Florian RagwitzRemove a wrong +x bit
2010-09-28 Slaven Rezic[perl #74798] test Data::Dumper with all latin1 characters
2010-09-26 Father Chrysostomos$ perl5.6.2 -MData::Dumper -le' Data::Dumper->Dumpxs...
2010-09-20 Karl WilliamsonAdd (?^...) regex construct
2010-09-06 Father Chrysostomosrt74170: test case that triggered the problem
2010-04-15 Michael G. SchwernFix Data::Dumper's Fix Terse(1) + Indent(2)
2009-09-29 Nicholas ClarkMove Data::Dumper from ext/ to dist/