PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2012-05-20T05:11:16 ActivePerl-1200 CPAN-1.9402 Going to read '/export/home/fly1264/var/cpan/Metadata' Database was generated on Sun, 20 May 2012 10:35:03 GMT Running make for B/BR/BRAINBUZ/String-Validator-Common-0.97.tar.gz Checksum for /net/nas/data/cpan/authors/id/B/BR/BRAINBUZ/String-Validator-Common-0.97.tar.gz ok String-Validator-Common-0.97/ String-Validator-Common-0.97/lib/ String-Validator-Common-0.97/lib/String/ String-Validator-Common-0.97/lib/String/Validator/ String-Validator-Common-0.97/lib/String/Validator/Common.pm String-Validator-Common-0.97/README String-Validator-Common-0.97/META.json String-Validator-Common-0.97/t/ String-Validator-Common-0.97/t/00-load.t String-Validator-Common-0.97/t/32-IsValid.t String-Validator-Common-0.97/t/11-length.t String-Validator-Common-0.97/t/31-IsNotValid.t String-Validator-Common-0.97/t/10-matches.t String-Validator-Common-0.97/t/30-String.t String-Validator-Common-0.97/META.yml String-Validator-Common-0.97/MANIFEST String-Validator-Common-0.97/license.txt String-Validator-Common-0.97/Changes String-Validator-Common-0.97/Makefile.PL CPAN.pm: Going to build B/BR/BRAINBUZ/String-Validator-Common-0.97.tar.gz >>> /export/home/fly1264/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for String::Validator::Common Writing MYMETA.yml and MYMETA.json >>> make cp lib/String/Validator/Common.pm blib/lib/String/Validator/Common.pm Manifying blib/man3/String::Validator::Common.3 BRAINBUZ/String-Validator-Common-0.97.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1264/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing String::Validator::Common 0.97, Perl 5.012000, /export/home/fly1264/bin/perl t/00-load.t ........ 1..2 ok 1 - use String::Validator::Common; ok 2 - New validator isa String::Validator::Common ok # Testing String::Validator::Common 0.97, Perl 5.012000, /export/home/fly1264/bin/perl t/10-matches.t ..... 1..4 ok 1 - use String::Validator::Common; ok 2 - Matching strings pass. ok 3 - Mismatched strings fail. ok 4 - The same test as previous using CheckCommon. ok # Testing String::Validator::Common 0.97, Perl 5.012000, /export/home/fly1264/bin/perl Use of uninitialized value $string2 in numeric eq (==) at /export/home/fly1264/var/cpan/build/String-Validator-Common-0.97-xr5N_D/blib/lib/String/Validator/Common.pm line 53. Use of uninitialized value $string2 in numeric eq (==) at /export/home/fly1264/var/cpan/build/String-Validator-Common-0.97-xr5N_D/blib/lib/String/Validator/Common.pm line 53. Use of uninitialized value $string2 in numeric eq (==) at /export/home/fly1264/var/cpan/build/String-Validator-Common-0.97-xr5N_D/blib/lib/String/Validator/Common.pm line 53. Use of uninitialized value $string2 in numeric eq (==) at /export/home/fly1264/var/cpan/build/String-Validator-Common-0.97-xr5N_D/blib/lib/String/Validator/Common.pm line 53. Use of uninitialized value $string2 in numeric eq (==) at /export/home/fly1264/var/cpan/build/String-Validator-Common-0.97-xr5N_D/blib/lib/String/Validator/Common.pm line 53. Use of uninitialized value $string2 in numeric eq (==) at /export/home/fly1264/var/cpan/build/String-Validator-Common-0.97-xr5N_D/blib/lib/String/Validator/Common.pm line 53. Use of uninitialized value $string2 in numeric eq (==) at /export/home/fly1264/var/cpan/build/String-Validator-Common-0.97-xr5N_D/blib/lib/String/Validator/Common.pm line 53. Use of uninitialized value $string2 in numeric eq (==) at /export/home/fly1264/var/cpan/build/String-Validator-Common-0.97-xr5N_D/blib/lib/String/Validator/Common.pm line 53. Use of uninitialized value $string2 in numeric eq (==) at /export/home/fly1264/var/cpan/build/String-Validator-Common-0.97-xr5N_D/blib/lib/String/Validator/Common.pm line 53. Use of uninitialized value $string2 in numeric eq (==) at /export/home/fly1264/var/cpan/build/String-Validator-Common-0.97-xr5N_D/blib/lib/String/Validator/Common.pm line 53. Use of uninitialized value $string2 in numeric eq (==) at /export/home/fly1264/var/cpan/build/String-Validator-Common-0.97-xr5N_D/blib/lib/String/Validator/Common.pm line 53. Use of uninitialized value $string2 in numeric eq (==) at /export/home/fly1264/var/cpan/build/String-Validator-Common-0.97-xr5N_D/blib/lib/String/Validator/Common.pm line 53. t/11-length.t ...... 1..16 ok 1 - use String::Validator::Common; # Checking length ok 2 - Short is too short. ok 3 - The error string should tell us it is too short. # Switch to the CheckCommon Method so as to not need to repeat start ok 4 - 31 character string passes. ok 5 - 32 character string passes. ok 6 - 33 character string fails. ok 7 - The error string should tell us it is too long. # min_len now 22 ok 8 - 22 character string PASS. ok 9 - 23 character string Pass. ok 10 - 19 character string FAIL. ok 11 - The error string should tell us it is too long. # max and min length are now both 22 ok 12 - 23 character string Fail. ok 13 - 22 character string PASS. ok 14 - 21 character string FAIL. # Check that setting length vals to 0 turns the tests off. ok 15 - Null string passes when we dont check it. ok 16 - A long address in fake tld is also passing. ok # Testing String::Validator::Common 0.97, Perl 5.012000, /export/home/fly1264/bin/perl Use of uninitialized value $string2 in numeric eq (==) at /export/home/fly1264/var/cpan/build/String-Validator-Common-0.97-xr5N_D/blib/lib/String/Validator/Common.pm line 53. t/30-String.t ...... 1..5 ok 1 - use String::Validator::Common; ok 2 - This is a new Validator and has no value for String. ok 3 - Returns the last string. ok 4 - abcde is the last string evaluated and is returned even though it failed to validate. ok 5 - The only time it won't return the last string passed is Password Mismatch. ok # Testing String::Validator::Common 0.97, Perl 5.012000, /export/home/fly1264/bin/perl t/31-IsNotValid.t .. ok 1 - use String::Validator::Common; ok 2 - New validator isa String::Validator::Common # Testing Method IsNot_Valid ok 3 - A simple string that passes the default rules ok 4 - Error Count should be 0 too. ok 5 - Mismatched strings fail. ok 6 - Error Count should be 1 after the fail. ok 7 - Errstr method returns the same string. 1..7 ok # Testing String::Validator::Common 0.97, Perl 5.012000, /export/home/fly1264/bin/perl t/32-IsValid.t ..... 1..4 ok 1 - use String::Validator::Common; ok 2 - New validator isa String::Validator::Common ok 3 - A simple string that passes the default rules ok 4 - Mismatched strings fail. ok All tests successful. Files=6, Tests=38, 1 wallclock secs ( 0.15 usr 0.12 sys + 0.82 cusr 0.20 csys = 1.29 CPU) Result: PASS BRAINBUZ/String-Validator-Common-0.97.tar.gz make test TEST_VERBOSE=1 -- OK John Karr <CENSORED> Routines shared by String::Validator Modules. >>> (cd /export/home/fly1264/var/cpan/build/String-Validator-Common-0.97-xr5N_D && tar cvf - String-Validator-Common-0.97.ppd blib) | gzip -c >/export/home/fly1264/var/REPO/B/BR/BRAINBUZ/String-Validator-Common-0.97.tar.gz String-Validator-Common-0.97.ppd blib/ blib/lib/ blib/lib/String/ blib/lib/String/Validator/ blib/lib/String/Validator/Common.pm blib/man3/ blib/man3/String::Validator::Common.3 >>> mv /export/home/fly1264/var/cpan/build/String-Validator-Common-0.97-xr5N_D/String-Validator-Common-0.97.ppd /export/home/fly1264/var/REPO/B/BR/BRAINBUZ Finished 2012-05-20T05:11:34