This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Data::Dumper - dump booleans as booleans
[perl5.git] / dist / Data-Dumper / t / dumper.t
2022-06-25 Graham KnopData::Dumper - dump booleans as booleans
2021-12-23 Karl WilliamsonData-Dumper: Fixes for EBCDIC
2021-07-05 Nicholas ClarkChange dumper.t to done_testing() from plan() and an...
2021-07-05 Nicholas ClarkRefactor the variable name code in Dumpxs to avoid...
2021-07-05 Nicholas ClarkData::Dumper was erroneously stringifying qr'$foo'...
2021-05-23 Nicholas ClarkEliminate $WANT, inline &SKIP_TEST into &TEST_BOTH...
2021-05-23 Nicholas ClarkConvert all the Data::Dumper "numbers" and "strings...
2021-05-23 Nicholas ClarkConvert the tests for Dumpxs in list context and B...
2021-05-23 Nicholas ClarkConvert the test for blessed overloaded blobs to TEST_BOTH.
2021-05-23 Nicholas ClarkTEST_BOTH now handles DumperX/Dumper tests.
2021-05-23 Nicholas ClarkAdd TEST_BOTH and SKIP_BOTH to dumper.t to remove a...
2021-05-23 Nicholas ClarkBetter pure-Perl fallback output for v-strings.
2021-05-23 Nicholas ClarkCorrect Data::Dumper test case for when no Data::Dumper...
2021-05-23 Nicholas ClarkConvert dumper.t to Test::More.
2021-05-23 Nicholas ClarkData::Dumper's minimum Perl version is now v5.8.1,...
2021-05-22 Nicholas ClarkRework Data::Dumper Unicode-in-qr support.
2021-05-22 Nicholas ClarkMore tests for Unicode in qr//.
2021-05-22 Nicholas ClarkMore regression tests for perl #58608 (quoting / in...
2021-05-15 Nicholas ClarkFor 5.34.0, revert the fix for GH #18614 as it introduc...
2021-03-03 Aaron CraneMake Data::Dumper mark regex output as UTF-8 if needed
2020-10-07 Todd RinaldoMake Data::Dumper strict and warnings compliant
2019-10-09 Karl Williamsondist/Data-Dumper/t/dumper.t: Skip ASCII-centric tests...
2018-07-22 Aaron CraneData::Dumper: handle incomplete support for Unicode...
2018-07-22 Aaron Cranedist/Data-Dumper/t/dumper.t: clarify some test names
2018-07-22 Aaron Cranedist/Data-Dumper/t/dumper.t: add missing test name
2018-01-10 Zeframfix Data-Dumper postentry for quoted glob
2017-12-01 Zeframin Data-Dumper, quote glob names better
2015-03-18 Karl Williamsondist/Data-Dumper/t/dumper.t: White space only
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 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-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-02-17 Steffen Mueller[perl #116587] Data::Dumper intermittently fails tests...
2013-01-31 James E KeenanData-Dumper: Boost test coverage and refactor.
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 #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-25 Father Chrysostomos[perl #101162] DD support for vstrings
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-06 Father Chrysostomosrt74170: test case that triggered the problem
2009-09-29 Nicholas ClarkMove Data::Dumper from ext/ to dist/