PATH=C:\cpanfly-5.24-32\var\megalib\bin;C:\Perl-5.24-32\site\bin;C:\Perl-5.24-32\bin;C:\MinGW-32\bin;C:\cygwin\bin;C:\instantclient_11_2-32;C:\cpanfly-5.24-32\var\megalib\bin;C:\Perl-5.24-32\site\bin;C:\Perl-5.24-32\bin;C:\MinGW-32\bin;C:\cygwin\bin;C:\instantclient_11_2-32;C:\p4;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Git\cmd;C:\Program Files (x86)\CMake\bin Start 2016-06-21T16:13:40 ActivePerl-2400 CPAN-2.10 PATH=C:/CPANFL~2.24-/var/libs/bin;C:\CPANFL~2.24-\var\megalib\bin;C:\PERL-5~2.24-\site\bin;C:\PERL-5~2.24-\bin;C:\MinGW-32\bin;C:\cygwin\bin;C:\INSTAN~3;C:\CPANFL~2.24-\var\megalib\bin;C:\PERL-5~2.24-\site\bin;C:\PERL-5~2.24-\bin;C:\MinGW-32\bin;C:\cygwin\bin;C:\INSTAN~3;C:\p4;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WINDOW~1\v1.0\;C:\PROGRA~1\Git\cmd;C:\PROGRA~2\CMake\bin Reading 'C:\cpanfly-5.24-32\var\cpan\Metadata' Database was generated on Tue, 21 Jun 2016 05:29:02 GMT Checksum for C:\cpanfly-5.24-32\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 Configuring C/CH/CHROMATIC/Crypt-CipherSaber-1.01.tar.gz with Makefile.PL >>> C:\Perl-5.24-32\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 CHROMATIC/Crypt-CipherSaber-1.01.tar.gz C:\Perl-5.24-32\bin\perl.exe Makefile.PL -- OK Running make for C/CH/CHROMATIC/Crypt-CipherSaber-1.01.tar.gz >>> 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.24-32\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 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.03 sys = 0.09 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 2016-06-21T16:13:53