Checking if your kit is complete... Looks good Writing Makefile for Data::Record cp lib/Data/Record.pm blib/lib/Data/Record.pm Manifying blib/man3/Data::Record.3 PERL_DL_NONLAZY=1 /home/cpanrun/tmp/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-load.........1..1 ok 1 - use Data::Record; # Testing Data::Record 0.02, Perl 5.010000, /home/cpanrun/tmp/5.10.0/bin/perl ok t/10record........ok 1 - use Data::Record; ok 2 - Data::Record->can('new') ok 3 - new() should croak if both limit and trim are specified ok 4 - ... and calling it should suceed ok 5 - ... and the object it returns isa Data::Record ok 6 - Data::Record->can('records') ok 7 - ... and it should return records ok 8 - ... and they should be the correct ones ok 9 - Data::Record->can('limit') ok 10 - ... initial limit should pull all records ok 11 - ... but setting it a non-numeric value should fail ok 12 - ... and setting it a numeric non-integer value should fail ok 13 - ... and it should return records ok 14 - ... and they should be the correct ones ok 15 - Data::Record->can('chomp') ok 16 - ... and it should have a true default value ok 17 - ... and it should return records ok 18 - ... and they should be the correct ones ok 19 - We should be able to keep the split value and trim trailing nulls ok 20 - Data::Record->can('token') ok 21 - ... and the token should not be present in the data ok 22 - ... setting the token to a value that does not match split should succeed ok 23 - ... and the result of $record->records should be unchanged ok 24 - ... but it should fail if it matches the split value ok 25 - We should be able to set the token to a value in our target text ok 26 - ... but calling records should then croak() ok 27 - Calling records() should fail if we cannot determine a unique token ok 28 - We should be able to correctly split records even if their split is numeric ok 29 - Specifiying how you want your fields created should succeed 1..29 ok t/pod-coverage....1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.............1..1 ok 1 - blib/lib/Data/Record.pm ok All tests successful, 1 test skipped. Files=4, Tests=31, 1 wallclock secs ( 0.37 cusr + 0.06 csys = 0.43 CPU) Installing /home/cpanrun/build/5.10.0/html/site/lib/Data/Record.html Installing /home/cpanrun/build/5.10.0/site/lib/Data/Record.pm Installing /home/cpanrun/build/5.10.0/site/man/man3/Data::Record.3 Appending installation info to /home/cpanrun/build/5.10.0/lib/perllocal.pod