PATH=C:\mingw\bin;C:\cygwin\bin;C:\cpanfly-5.20\var\megalib\bin;C:\Perl-5.20\site\bin;C:\Perl-5.20\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 2015-03-09T07:32:22 ActivePerl-2000 CPAN-2.00 LIB=C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK PATH=C:/CPANFL~1.20/var/libs/bin;C:\mingw\bin;C:\cygwin\bin;C:\CPANFL~1.20\var\megalib\bin;C:\Perl-5.20\site\bin;C:\Perl-5.20\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.20\var\cpan\Metadata' Database was generated on Mon, 09 Mar 2015 12:17:02 GMT Running make for M/MG/MGV/Plack-Middleware-Auth-Complex-0.001001.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/M/MG/MGV/Plack-Middleware-Auth-Complex-0.001001.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/M/MG/MGV/CHECKSUMS Checksum for C:\cpanfly-5.20\var\cpan\sources\authors\id\M\MG\MGV\Plack-Middleware-Auth-Complex-0.001001.tar.gz ok Plack-Middleware-Auth-Complex-0.001001/ Plack-Middleware-Auth-Complex-0.001001/README Plack-Middleware-Auth-Complex-0.001001/Makefile.PL Plack-Middleware-Auth-Complex-0.001001/META.yml Plack-Middleware-Auth-Complex-0.001001/t/ Plack-Middleware-Auth-Complex-0.001001/t/Plack-Middleware-Auth-Complex.t Plack-Middleware-Auth-Complex-0.001001/t/perlcriticrc Plack-Middleware-Auth-Complex-0.001001/t/perlcritic.t Plack-Middleware-Auth-Complex-0.001001/Changes Plack-Middleware-Auth-Complex-0.001001/MANIFEST Plack-Middleware-Auth-Complex-0.001001/SIGNATURE Plack-Middleware-Auth-Complex-0.001001/META.json Plack-Middleware-Auth-Complex-0.001001/lib/ Plack-Middleware-Auth-Complex-0.001001/lib/Plack/ Plack-Middleware-Auth-Complex-0.001001/lib/Plack/Middleware/ Plack-Middleware-Auth-Complex-0.001001/lib/Plack/Middleware/Auth/ Plack-Middleware-Auth-Complex-0.001001/lib/Plack/Middleware/Auth/Complex.pm CPAN.pm: Building M/MG/MGV/Plack-Middleware-Auth-Complex-0.001001.tar.gz >>> C:\Perl-5.20\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for Plack::Middleware::Auth::Complex Writing MYMETA.yml and MYMETA.json >>> dmake cp lib/Plack/Middleware/Auth/Complex.pm blib\lib\Plack\Middleware\Auth\Complex.pm MGV/Plack-Middleware-Auth-Complex-0.001001.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 "C:\Perl-5.20\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/perlcritic.t ..................... skipped: $ENV{RELEASE_TESTING} is false t/Plack-Middleware-Auth-Complex.t .. 1..61 ok 1 - use Plack::Middleware::Auth::Complex; ok 2 - GET / - code ok 3 - GET / - body ok 4 - POST / - code ok 5 - POST / - body ok 6 - GET /register - code ok 7 - GET /register - body ok 8 - GET / with invalid Authorization - code ok 9 - GET / with invalid Authorization - body ok 10 - GET / with bad user/pass - code ok 11 - GET / with bad user/pass - body ok 12 - POST /register with no parameters - code ok 13 - POST /register with no parameters - body ok 14 - POST /register with bad username - code ok 15 - POST /register with bad username - body ok 16 - POST /register with different passwords - code ok 17 - POST /register with different passwords - body ok 18 - GET / with correct user/pass - code ok 19 - GET / with correct user/pass - body ok 20 - POST /register with existing user - code ok 21 - POST /register with existing user - body ok 22 - POST /register with correct parameters - code ok 23 - POST /register with correct parameters - body ok 24 - POST /passwd without authorization - code ok 25 - POST /passwd without authorization - body ok 26 - POST /passwd with no parameters - code ok 27 - POST /passwd with no parameters - body ok 28 - POST /passwd with incorrect old password - code ok 29 - POST /passwd with incorrect old password - body ok 30 - POST /passwd with different new passwords - code ok 31 - POST /passwd with different new passwords - body ok 32 - POST /passwd with correct parameters - code ok 33 - POST /passwd with correct parameters - body ok 34 - GET / with bad user/pass - code ok 35 - GET / with bad user/pass - body ok 36 - GET / with correct user/pass - code ok 37 - GET / with correct user/pass - body ok 38 - POST /request-reset with password resets disabled - code ok 39 - POST /request-reset with password resets disabled - body ok 40 - POST /request-reset with no username - code ok 41 - POST /request-reset with no username - body ok 42 - POST /request-reset with inexistent username - code ok 43 - POST /request-reset with inexistent username - body ok 44 - POST /request-reset with correct user - code ok 45 - POST /request-reset with correct user - body ok 46 - POST /reset with no parameters - code ok 47 - POST /reset with no parameters - body ok 48 - POST /reset with inexistent username - code ok 49 - POST /reset with inexistent username - body ok 50 - POST /reset with different passwords - code ok 51 - POST /reset with different passwords - body ok 52 - POST /reset with bad token - code ok 53 - POST /reset with bad token - body ok 54 - POST /reset with expired token - code ok 55 - POST /reset with expired token - body ok 56 - POST /reset with correct token - code ok 57 - POST /reset with correct token - body ok 58 - GET / with bad user/pass - code ok 59 - GET / with bad user/pass - body ok 60 - GET / with correct user/pass - code ok 61 - GET / with correct user/pass - body ok All tests successful. Files=2, Tests=61, 11 wallclock secs ( 0.06 usr + 0.00 sys = 0.06 CPU) Result: PASS MGV/Plack-Middleware-Auth-Complex-0.001001.tar.gz dmake test TEST_VERBOSE=1 -- OK Marius Gavrilescu <marius@ieval.ro> Feature-rich authentication system >>> (cd C:\cpanfly-5.20\var\cpan\build\Plack-Middleware-Auth-Complex-0.001001-HbTA4L && tar cvf - Plack-Middleware-Auth-Complex-0.001001.ppd blib) | gzip -c >C:/cpanfly-5.20/var/REPO/M/MG/MGV/Plack-Middleware-Auth-Complex-0.001001.tar.gz Plack-Middleware-Auth-Complex-0.001001.ppd blib/ blib/lib/ blib/lib/Plack/ blib/lib/Plack/Middleware/ blib/lib/Plack/Middleware/Auth/ blib/lib/Plack/Middleware/Auth/Complex.pm >>> mv C:\cpanfly-5.20\var\cpan\build\Plack-Middleware-Auth-Complex-0.001001-HbTA4L/Plack-Middleware-Auth-Complex-0.001001.ppd C:/cpanfly-5.20/var/REPO/M/MG/MGV Finished 2015-03-09T07:32:40