PATH=C:\MinGW-64\bin;C:\cygwin\bin;C:\cpanfly-5.22-64\var\megalib\bin;C:\Perl-5.22-64\site\bin;C:\Perl-5.22-64\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\cpanfly-5.22-64\var\megalib\bin;C:\Perl-5.22-64\site\bin;C:\Perl-5.22-64\bin;C:\p4;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\mysql-5.5.45-x64\bin;C:\mysql-5.5.45-x64\bin Start 2015-08-22T21:10:35 ActivePerl-2200 CPAN-2.00 PATH=C:/CPANFL~2.22-/var/libs/bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\CPANFL~2.22-\var\megalib\bin;C:\PERL-5~2.22-\site\bin;C:\PERL-5~2.22-\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\CPANFL~2.22-\var\megalib\bin;C:\PERL-5~2.22-\site\bin;C:\PERL-5~2.22-\bin;C:\p4;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WINDOW~1\v1.0\ Reading 'C:\cpanfly-5.22-64\var\cpan\Metadata' Database was generated on Sat, 22 Aug 2015 05:29:02 GMT Running make for C/CH/CHROMATIC/Crypt-CipherSaber-1.01.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/C/CH/CHROMATIC/Crypt-CipherSaber-1.01.tar.gz Checksum for C:\cpanfly-5.22-64\var\cpan\sources\authors\id\C\CH\CHROMATIC\Crypt-CipherSaber-1.01.tar.gz ok Crypt-CipherSaber-1.01 Crypt-CipherSaber-1.01/META.yml Crypt-CipherSaber-1.01/README Crypt-CipherSaber-1.01/META.json Crypt-CipherSaber-1.01/Changes Crypt-CipherSaber-1.01/Build.PL Crypt-CipherSaber-1.01/MANIFEST Crypt-CipherSaber-1.01/Makefile.PL Crypt-CipherSaber-1.01/lib Crypt-CipherSaber-1.01/lib/Crypt Crypt-CipherSaber-1.01/lib/Crypt/CipherSaber.pm Crypt-CipherSaber-1.01/t Crypt-CipherSaber-1.01/t/fh_encrypt.t Crypt-CipherSaber-1.01/t/smiles.png Crypt-CipherSaber-1.01/t/bigfile.t Crypt-CipherSaber-1.01/t/create.t Crypt-CipherSaber-1.01/t/CS2.t Crypt-CipherSaber-1.01/t/encrypt.t Crypt-CipherSaber-1.01/t/base.t Crypt-CipherSaber-1.01/t/smiles.cs1 Crypt-CipherSaber-1.01/t/both_long.t CPAN.pm: Building C/CH/CHROMATIC/Crypt-CipherSaber-1.01.tar.gz >>> C:\Perl-5.22-64\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for Crypt::CipherSaber Writing MYMETA.yml and MYMETA.json >>> dmake cp lib/Crypt/CipherSaber.pm blib\lib\Crypt\CipherSaber.pm CHROMATIC/Crypt-CipherSaber-1.01.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 "C:\Perl-5.22-64\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/base.t ........ ok 1 - use Crypt::CipherSaber; ok 2 - An object of class 'Crypt::CipherSaber' isa 'Crypt::CipherSaber' ok 3 - new() should default to an N of 1 with none given ok 4 - ... or one given < 1 ok 5 - Crypt::CipherSaber->can('crypt') ok 6 - Crypt::CipherSaber->can('encrypt') ok 7 - Crypt::CipherSaber->can('decrypt') ok 8 - Crypt::CipherSaber->can('fh_crypt') ok 9 - fh_crypt() should warn without a valid input filehandle ok 10 - ... returning nothing ok 11 - ... and should warn without a valid output filehandle ok 12 - ... also returning nothing 1..12 ok Couldn't open: Permission denied at t/bigfile.t line 16. # Looks like you planned 2 tests but ran 1. # Looks like your test exited with 13 just after 1. t/bigfile.t ..... 1..2 ok 1 - use Crypt::CipherSaber; Dubious, test returned 13 (wstat 3328, 0xd00) Failed 1/2 subtests t/both_long.t ... 1..2 ok 1 - use Crypt::CipherSaber; ok 2 - round-tripping should work ok t/create.t ...... 1..2 ok 1 - use Crypt::CipherSaber; ok 2 - An object of class 'Crypt::CipherSaber' isa 'Crypt::CipherSaber' ok t/CS2.t ......... 1..2 ok 1 - use Crypt::CipherSaber; ok 2 - CS-2 should work on texts longer than IV ok t/encrypt.t ..... 1..3 ok 1 - use Crypt::CipherSaber; ok 2 - encryption of known text should produce known output ok 3 - ... and decryption should produce known output ok t/fh_encrypt.t .. 1..6 ok 1 - use Crypt::CipherSaber; ok 2 - fh_crypt() should return true if everything works ok 3 - There should be no characters in common between input and output ok 4 - fh_crypt() should return true if everything works (decrypting) ok 5 - ... with no characters in common ok 6 - autogenerating and autoreading IV should also round-trip ok Test Summary Report ------------------- t/bigfile.t (Wstat: 3328 Tests: 1 Failed: 0) Non-zero exit status: 13 Parse errors: Bad plan. You planned 2 tests but ran 1. Files=7, Tests=28, 1 wallclock secs ( 0.06 usr + 0.01 sys = 0.08 CPU) Result: FAIL Failed 1/7 test programs. 0/28 subtests failed. dmake: Error code 255, while making 'test_dynamic' CHROMATIC/Crypt-CipherSaber-1.01.tar.gz dmake test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports CHROMATIC/Crypt-CipherSaber-1.01.tar.gz Finished 2015-08-22T21:10:42