summaryrefslogtreecommitdiff
path: root/dist/Data-Dumper/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* [perl #120384] make hash key quoting compatible between perl and XSTony Cook2013-12-182-9/+48
* [perl #82948] use re::regexp_pattern in list context for dumping qr//Tony Cook2013-12-172-4/+21
* [perl #74798] improved useqq compatibility with the pure perl versionTony Cook2013-07-231-2/+19
* handle xs Useqq dumping of strings with an escape followed by a digitTony Cook2013-07-171-2/+32
* Data::Dumper: useqq implementation for xsSlaven Rezic2013-07-171-14/+3
* Suppress dep warnings in DD’s indent.tFather Chrysostomos2013-07-061-3/+6
* Data::Dumper test compatibility fixes for older PerlsSteffen Mueller2013-03-1511-728/+452
* Loosen the passing requirement for a regex.James E Keenan2013-02-271-9/+1
* [perl #116587] Data::Dumper intermittently fails tests on 5.8.*Steffen Mueller2013-02-171-3/+10
* Data-Dumper: Boost test coverage and refactor.James E Keenan2013-01-3018-61/+2253
* Make Data::Dumper XS ignore Freezer return valueAaron Crane2013-01-131-0/+7
* Data::Dumper: Fix tests for pure-Perl implementationSteffen Mueller2012-08-071-12/+12
* Data::Dumper: Option to avoid building much of the seen hashSteffen Mueller2012-08-021-2/+13
* [perl #58608] Fix DD’s dumping of qr|\/|Father Chrysostomos2012-02-031-2/+1
* Data::Dumper/qr.t: This test is not strict-safeFather Chrysostomos2012-02-031-1/+0
* Data::Dumper/qr.t: Add test names and diagnosticsFather Chrysostomos2012-02-031-2/+2
* Data::Dumper: qr.t: Add a pure-Perl TODO testFather Chrysostomos2012-02-031-1/+4
* [perl #58608] TODO tests for DD and qr|\/|Alexandr Ciornii2012-02-031-0/+23
* [perl #107372] DD and overloaded blessed globsFather Chrysostomos2012-02-031-2/+18
* Skip failing DD tests under 5.6Father Chrysostomos2011-12-251-1/+7
* Fix DD’s vstring tests unter 5.6Father Chrysostomos2011-12-251-1/+6
* Make DD dump *{''} correctly under 5.6Father Chrysostomos2011-12-251-1/+6
* Make DD dump *{''} properlyFather Chrysostomos2011-12-251-1/+17