Checking if your kit is complete... Looks good Writing Makefile for Data::Record Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Data/Record.pm blib\lib\Data\Record.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-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, C:\cpanrun\build\5-10-0\bin\perl.exe 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.00 cusr + 0.00 csys = 0.00 CPU) Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. Installing C:\cpanrun\build\5-10-0\html\site\lib\Data\Record.html Installing C:\cpanrun\build\5-10-0\site\lib\Data\Record.pm Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod