summaryrefslogtreecommitdiff
path: root/dist/Data-Dumper/t
Commit message (Expand)AuthorAgeFilesLines
* Change dumper.t to done_testing() from plan() and an explicit test count.Nicholas Clark2021-07-051-9/+5
* Refactor the variable name code in Dumpxs to avoid repeated SvPV* calls.Nicholas Clark2021-07-051-1/+22
* Data::Dumper was erroneously stringifying qr'$foo' as qr/$foo/Nicholas Clark2021-07-051-1/+50
* Eliminate $WANT, inline &SKIP_TEST into &TEST_BOTH, and pass $want to &TEST.Nicholas Clark2021-05-231-19/+14
* Convert all the Data::Dumper "numbers" and "strings" tests to TEST_BOTH.Nicholas Clark2021-05-231-119/+118
* Convert the tests for Dumpxs in list context and B::Deparse to TEST_BOTH.Nicholas Clark2021-05-231-9/+12
* Convert the test for blessed overloaded blobs to TEST_BOTH.Nicholas Clark2021-05-231-5/+4
* TEST_BOTH now handles DumperX/Dumper tests.Nicholas Clark2021-05-231-37/+39
* Add TEST_BOTH and SKIP_BOTH to dumper.t to remove a *lot* of DRY violations.Nicholas Clark2021-05-231-369/+286
* Better pure-Perl fallback output for v-strings.Nicholas Clark2021-05-231-4/+4
* Correct Data::Dumper test case for when no Data::Dumper XS code has loaded.Nicholas Clark2021-05-231-1/+43
* Convert dumper.t to Test::More.Nicholas Clark2021-05-231-57/+65
* Remove Data::Dumper::_sortkeys(), which was only needed for pre 5.8.0Nicholas Clark2021-05-231-13/+1
* Data::Dumper's minimum Perl version is now v5.8.1, up from v5.6.1Nicholas Clark2021-05-232-59/+26
* Rework Data::Dumper Unicode-in-qr support.Nicholas Clark2021-05-221-6/+0
* More tests for Unicode in qr//.Nicholas Clark2021-05-221-5/+53
* More regression tests for perl #58608 (quoting / in qr//).Nicholas Clark2021-05-221-1/+27
* For 5.34.0, revert the fix for GH #18614 as it introduces a regression.Nicholas Clark2021-05-141-0/+3
* Make Data::Dumper mark regex output as UTF-8 if neededAaron Crane2021-03-031-1/+24
* Remove the need for add_my_to_dump helper in Data::Dumper.Todd Rinaldo2020-10-072-18/+10
* Remove unnecessary need for Data::Dumper Config{extensions} check.Todd Rinaldo2020-10-0722-227/+0
* Make Data::Dumper strict and warnings compliantTodd Rinaldo2020-10-0725-118/+198
* dist/Data-Dumper/t/dumper.t: Skip ASCII-centric tests on EBCDICKarl Williamson2019-10-091-3/+9
* Data::Dumper: handle incomplete support for Unicode glob namesAaron Crane2018-07-221-2/+17
* dist/Data-Dumper/t/dumper.t: clarify some test namesAaron Crane2018-07-221-2/+2
* dist/Data-Dumper/t/dumper.t: add missing test nameAaron Crane2018-07-221-1/+1
* dist/Data-Dumper/t/indent.t: avoid scalar splitAaron Crane2018-07-221-2/+3
* fix Data-Dumper postentry for quoted globZefram2018-01-101-1/+31
* correct detection of arg absence in Data::DumperZefram2017-12-125-64/+15
* in Data-Dumper, quote glob names betterZefram2017-12-011-1/+34
* Replace multiple 'use vars' by 'our' in distNicolas R2017-11-111-1/+1
* RT#130487: fix stack-management bug in Data::DumperAaron Crane2017-01-041-1/+12
* Data::Dumper: the XS implementation now supports DeparseAaron Crane2016-11-121-10/+12
* (perl #128524) correct indentation for utf-8 key hash elementsTony Cook2016-07-201-1/+25
* Data::Dumper: handle huge inputs on 64-bit platformsAaron Crane2016-01-121-0/+33
* Data::Dumper: add Trailingcomma optionAaron Crane2015-12-161-0/+116
* dist/Data-Dumper/t/dumper.t: White space onlyKarl Williamson2015-03-181-8/+8
* dist/Data-Dumper/t/dumper.t: Simplify EBCDICKarl Williamson2015-03-181-21/+6
* PATCH: [perl #124091] PP Data::Dumper fails on \n isolateKarl Williamson2015-03-181-1/+10
* dist/Data-Dumper/t/quotekeys.t: Generalize for EBCDICKarl Williamson2015-03-131-4/+14
* Data::Dumper/t/dumper.t: Add testKarl Williamson2015-03-131-1/+25
* dist/Data-Dumper/t/dumper.t: Generalize for EBCDIC platformsKarl Williamson2015-03-131-36/+72
* dist/Data-Dumper/t/dumper.t: Add test namesKarl Williamson2015-03-131-2/+2
* Data::Dumper/t/dumper.t: only specify number of tests onceKarl Williamson2015-03-131-2/+5
* Data::Dumper/t/dumper.t: Remove test numbers from commentsKarl Williamson2015-03-131-52/+52
* Data::Dumper/t/dumper.t: Fix commentsKarl Williamson2015-03-051-2/+2
* don't recurse infinitely in Data::DumperTony Cook2014-09-181-0/+45
* remove extraneous setting of $TODOTony Cook2014-06-241-1/+0
* test for the Data::Dumper bug fixed by "Change newSVpvn("…", …) to newSVp...Tony Cook2014-06-121-2/+16
* Add names (descriptions) to t/dumper.t tests lacking them.James E Keenan2013-12-291-108/+190