PATH=C:\Program Files\Microsoft Platform SDK\Bin;C:\Program Files\Microsoft Platform SDK\Bin\WinNT;C:\Program Files\Microsoft Visual Studio\VC98\Bin;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\cygwin\bin;C:\cpanfly-5.16\var\megalib\bin;C:\Perl-5.16\site\bin;C:\Perl-5.16\bin;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\instantclient_11_2;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\mysql\bin Start 2014-08-18T04:03:54 ActivePerl-1600 CPAN-2.00 LIB=C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK;C:\PROGRA~1\MICROS~2\Lib;C:\PROGRA~1\MICROS~3\VC98\Lib;C:\PROGRA~1\MICROS~3\VC98\MFC\Lib INCLUDE=C:\PROGRA~1\MICROS~2\Include;C:\PROGRA~1\MICROS~3\VC98\ATL\Include;C:\PROGRA~1\MICROS~3\VC98\Include;C:\PROGRA~1\MICROS~3\VC98\MFC\Include PATH=C:/CPANFL~1.16/var/libs/bin;C:\PROGRA~1\MICROS~2\Bin;C:\PROGRA~1\MICROS~2\Bin\WinNT;C:\PROGRA~1\MICROS~3\VC98\Bin;C:\PROGRA~1\MICROS~3\Common\MSDev98\Bin;C:\cygwin\bin;C:\CPANFL~1.16\var\megalib\bin;C:\Perl-5.16\site\bin;C:\Perl-5.16\bin;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\INSTAN~1;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\mysql\bin Reading 'C:\cpanfly-5.16\var\cpan\Metadata' Database was generated on Mon, 18 Aug 2014 08:53:02 GMT Running make for B/BR/BRAINBUZ/String-Validator-Common-1.01.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/B/BR/BRAINBUZ/String-Validator-Common-1.01.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/B/BR/BRAINBUZ/CHECKSUMS Checksum for C:\cpanfly-5.16\var\cpan\sources\authors\id\B\BR\BRAINBUZ\String-Validator-Common-1.01.tar.gz ok String-Validator-Common-1.01 String-Validator-Common-1.01/README String-Validator-Common-1.01/Changes String-Validator-Common-1.01/LICENSE String-Validator-Common-1.01/dist.ini String-Validator-Common-1.01/META.yml String-Validator-Common-1.01/MANIFEST String-Validator-Common-1.01/META.json String-Validator-Common-1.01/t String-Validator-Common-1.01/t/00-load.t String-Validator-Common-1.01/Makefile.PL String-Validator-Common-1.01/t/11-length.t String-Validator-Common-1.01/t/30-String.t String-Validator-Common-1.01/t/10-matches.t String-Validator-Common-1.01/t/32-IsValid.t String-Validator-Common-1.01/t/01-subclass.t String-Validator-Common-1.01/t/31-IsNotValid.t String-Validator-Common-1.01/t/release-pod-syntax.t String-Validator-Common-1.01/t/release-pod-coverage.t String-Validator-Common-1.01/lib/String/Validator String-Validator-Common-1.01/lib/String/Validator/Common.pm CPAN.pm: Building B/BR/BRAINBUZ/String-Validator-Common-1.01.tar.gz >>> C:\Perl-5.16\bin\perl.exe Makefile.PL closedir() attempted on invalid dirhandle GEN0 at C:/Perl-5.16/lib/DirHandle.pm line 51. Checking if your kit is complete... Looks good Generating a nmake-style Makefile Writing Makefile for String::Validator::Common Writing MYMETA.yml and MYMETA.json >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/String/Validator/Common.pm blib\lib\String\Validator\Common.pm BRAINBUZ/String-Validator-Common-1.01.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl-5.16\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t # Testing String::Validator::Common 1.01, Perl 5.016000, C:\Perl-5.16\bin\perl.exe 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 1.01, Perl 5.016000, C:\Perl-5.16\bin\perl.exe t/01-subclass.t ........... ok 1 - use String::Validator::Common; ok 2 - New validator isa String::Validator::Common ok 3 - newclass evaluates as true ok 4 - opus method returns penguin ok 5 - new object isa String::Validator::Common::TestClass ok 6 - Check version of new class is 0.16 1..6 ok # Testing String::Validator::Common 1.01, Perl 5.016000, C:\Perl-5.16\bin\perl.exe 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 1.01, Perl 5.016000, C:\Perl-5.16\bin\perl.exe Use of uninitialized value $string2 in numeric eq (==) at C:\cpanfly-5.16\var\cpan\build\String-Validator-Common-1.01-Bk0g94\blib\lib/String/Validator/Common.pm line 44. Use of uninitialized value $string2 in numeric eq (==) at C:\cpanfly-5.16\var\cpan\build\String-Validator-Common-1.01-Bk0g94\blib\lib/String/Validator/Common.pm line 44. Use of uninitialized value $string2 in numeric eq (==) at C:\cpanfly-5.16\var\cpan\build\String-Validator-Common-1.01-Bk0g94\blib\lib/String/Validator/Common.pm line 44. Use of uninitialized value $string2 in numeric eq (==) at C:\cpanfly-5.16\var\cpan\build\String-Validator-Common-1.01-Bk0g94\blib\lib/String/Validator/Common.pm line 44. Use of uninitialized value $string2 in numeric eq (==) at C:\cpanfly-5.16\var\cpan\build\String-Validator-Common-1.01-Bk0g94\blib\lib/String/Validator/Common.pm line 44. Use of uninitialized value $string2 in numeric eq (==) at C:\cpanfly-5.16\var\cpan\build\String-Validator-Common-1.01-Bk0g94\blib\lib/String/Validator/Common.pm line 44. Use of uninitialized value $string2 in numeric eq (==) at C:\cpanfly-5.16\var\cpan\build\String-Validator-Common-1.01-Bk0g94\blib\lib/String/Validator/Common.pm line 44. Use of uninitialized value $string2 in numeric eq (==) at C:\cpanfly-5.16\var\cpan\build\String-Validator-Common-1.01-Bk0g94\blib\lib/String/Validator/Common.pm line 44. Use of uninitialized value $string2 in numeric eq (==) at C:\cpanfly-5.16\var\cpan\build\String-Validator-Common-1.01-Bk0g94\blib\lib/String/Validator/Common.pm line 44. Use of uninitialized value $string2 in numeric eq (==) at C:\cpanfly-5.16\var\cpan\build\String-Validator-Common-1.01-Bk0g94\blib\lib/String/Validator/Common.pm line 44. Use of uninitialized value $string2 in numeric eq (==) at C:\cpanfly-5.16\var\cpan\build\String-Validator-Common-1.01-Bk0g94\blib\lib/String/Validator/Common.pm line 44. Use of uninitialized value $string2 in numeric eq (==) at C:\cpanfly-5.16\var\cpan\build\String-Validator-Common-1.01-Bk0g94\blib\lib/String/Validator/Common.pm line 44. 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 1.01, Perl 5.016000, C:\Perl-5.16\bin\perl.exe Use of uninitialized value $string2 in numeric eq (==) at C:\cpanfly-5.16\var\cpan\build\String-Validator-Common-1.01-Bk0g94\blib\lib/String/Validator/Common.pm line 44. 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 1.01, Perl 5.016000, C:\Perl-5.16\bin\perl.exe 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 1.01, Perl 5.016000, C:\Perl-5.16\bin\perl.exe 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 t/release-pod-coverage.t .. skipped: these tests are for release candidate testing t/release-pod-syntax.t .... skipped: these tests are for release candidate testing All tests successful. Files=9, Tests=44, 2 wallclock secs ( 0.03 usr + 0.05 sys = 0.08 CPU) Result: PASS BRAINBUZ/String-Validator-Common-1.01.tar.gz nmake test TEST_VERBOSE=1 -- OK John Karr <brainbuz@cpan.org> Base Module for creating new String::Validator Modules. >>> set path PATH=C:/CPANFL~1.16/var/libs/bin;C:\PROGRA~1\MICROS~2\Bin;C:\PROGRA~1\MICROS~2\Bin\WinNT;C:\PROGRA~1\MICROS~3\VC98\Bin;C:\PROGRA~1\MICROS~3\Common\MSDev98\Bin;C:\cygwin\bin;C:\CPANFL~1.16\var\megalib\bin;C:\Perl-5.16\site\bin;C:\Perl-5.16\bin;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\INSTAN~1;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\mysql\bin PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PSC1;.PSC1 >>> which tar /usr/bin/tar >>> (cd C:\cpanfly-5.16\var\cpan\build\String-Validator-Common-1.01-Bk0g94 && tar cvf - String-Validator-Common-1.01.ppd blib) | gzip -c >C:/cpanfly-5.16/var/REPO/B/BR/BRAINBUZ/String-Validator-Common-1.01.tar.gz String-Validator-Common-1.01.ppd blib/ blib/lib/ blib/lib/String/ blib/lib/String/Validator/ blib/lib/String/Validator/Common.pm >>> mv C:\cpanfly-5.16\var\cpan\build\String-Validator-Common-1.01-Bk0g94/String-Validator-Common-1.01.ppd C:/cpanfly-5.16/var/REPO/B/BR/BRAINBUZ Finished 2014-08-18T04:04:24