Checking if your kit is complete... Looks good Writing Makefile for Params::Validate::Checks Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/Params/Validate/Checks.pm blib\lib\Params\Validate\Checks.pm Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. 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 Params::Validate::Checks; # Testing Params::Validate::Checks 0.01, Perl 5.010000, C:\cpanrun\build\5-10-0\bin\perl.exe ok t/basic_use........1..6 ok 1 - use Params::Validate::Checks; ok 2 - arguments passed successfully ok 3 - complains at no arguments ok 4 - complains at one argument missing ok 5 - complains at unexpected argument not ok 6 - complains at repeated argument # TODO Params::Validate hole -- see Cpan RT #29762 # Failed (TODO) test 'complains at repeated argument' # at t/basic_use.t line 52. # expecting: Regexp ((?-xism:count specified multiple times)) # found: normal exit ok t/more_features....1..12 ok 1 - use Params::Validate::Checks; ok 2 - explicit args still work when optional ok 3 - complains about compulsory argument even when others are optional ok 4 - optional argument can be omitted ok 5 - complains if optional parameter supplied but invalid ok 6 - complains undef supplied, even for an optional parameter ok 7 - argument with default can be omitted ok 8 - complains if parameter with default supplied but invalid ok 9 - mixing named and hand-rolled checks works ok 10 - validate_pos works when arguments supplied ok 11 - validate_pos works when argument with default omitted ok 12 - complains if positinal parameter with default supplied but invalid ok t/pod..............1..1 ok 1 - blib\lib\Params\Validate\Checks.pm ok t/pos_int..........1..6 ok 1 - use Params::Validate::Checks; ok 2 - allows multi-digit numbers ok 3 - complains at zero ok 4 - complains negative numbers ok 5 - complains at fractional numbers ok 6 - complains at numbers with trailing junk ok t/register.........1..12 ok 1 - use Params::Validate::Checks; ok 2 - register completed and returned a true value ok 3 - registered pattern check accepted ok 4 - registered pattern check complains about invalid input ok 5 - registered sub check accepted ok 6 - registered sub check complains about invalid input ok 7 - registered hash check accepted ok 8 - registered sub check complains about invalid input ok 9 - register complains if passed a name without a check ok 10 - register complains if passed an array ref as a check ok 11 - register complains if passed a non-reference as a check ok 12 - overing an existing check warns ok t/string...........1..8 ok 1 - use Params::Validate::Checks; ok 2 - allows multiple words ok 3 - complains at empty string ok 4 - complains at just a space ok 5 - complains at just a tab character ok 6 - complains at just space and tab characters ok 7 - complains at multi-line strings ok 8 - complains at trailing line-break characters ok All tests successful. Files=7, Tests=46, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. Installing C:\cpanrun\build\5-10-0\html\site\lib\Params\Validate\Checks.html Installing C:\cpanrun\build\5-10-0\site\lib\Params\Validate\Checks.pm Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod