Checking if your kit is complete... Looks good Writing Makefile for Data::Dumper::Simple cp lib/Data/Dumper/Simple.pm blib/lib/Data/Dumper/Simple.pm Manifying blib/man3/Data::Dumper::Simple.3 PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/10dump............1..24 ok 1 - use Data::Dumper::Simple; ok 2 - ... and dumped variables are named ok 3 - ... and dumping a scalar as a reference is a no-op ok 4 - ... and arrays should not flatten ok 5 - ... but they DWIM if I take a take a reference to them ok 6 - ... or have a list of them ok 7 - ... or a list of references ok 8 - ... or fat commas "=>" ok 9 - ... regardless of whitespace ok 10 - ... and even do the right thing if there are newlines in the arg list ok 11 - ... and $Data::Dumper::Indent is respected ok 12 - ... and a reference to a simarly named variable won't confuse things ok 13 - ... even if we take references to both of them. ok 14 - Indexed items in arrays are dumped intuitively. ok 15 - ... even if they're references ok 16 - Indexed items in hashes are dumped intuitively ok 17 - ... even if they're references ok 18 - Multi-dimensioanl arrays should be handled correctly ok 19 - ... even if the indexes are also variables ok 20 - Multi-level hashes should be handled correctly ok 21 - ... even if the indexes are variables ok 22 - Commenting out a dumper item should not throw an exception ok 23 - Extra whitespace in the variable should not break things ok 24 - Indexing into a variable will force a reference ok t/20import..........1..2 ok 1 - use Data::Dumper::Simple; ok 2 - Using a different subroutine name for "Dumper" should work as expected ok t/30autowarn........1..3 ok 1 - use Data::Dumper::Simple; ok 2 - Dumper should be able to autowarn ok 3 - ... even if we use a different function name ok t/40noparens........1..6 ok 1 - use Data::Dumper::Simple; ok 2 - Having no parens is allowed ok 3 - ... even split among several lines ok 4 - ... or using big arrows, or whitespace before the semicolon ok 5 - ... or at the end of a block (no semicolon) ok 6 - ... or with aggregate elements ok t/pod-coverage......1..0 # Skip Test::Pod::Coverage required for testing POD coverage skipped: Test::Pod::Coverage required for testing POD coverage t/pod...............1..0 # Skip Test::Pod 1.14 required for testing POD skipped: Test::Pod 1.14 required for testing POD All tests successful, 2 tests skipped. Files=6, Tests=35, 5 wallclock secs ( 5.15 cusr + 0.15 csys = 5.30 CPU) Installing /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/Data/Dumper/Simple.pm Installing /home/cpanrun/build/5.6.1/man/man3/Data::Dumper::Simple.3 Appending installation info to /home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi/perllocal.pod