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-15T18:01:48 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 Wed, 15 Jun 2016 03:41:02 GMT Checksum for C:\cpanfly-5.24-32\var\cpan\sources\authors\id\F\FE\FELIPE\Crypt-RSA-Parse-0.02.tar.gz ok Crypt-RSA-Parse-0.02/ Crypt-RSA-Parse-0.02/Changes Crypt-RSA-Parse-0.02/lib/ Crypt-RSA-Parse-0.02/LICENSE Crypt-RSA-Parse-0.02/Makefile.PL Crypt-RSA-Parse-0.02/MANIFEST Crypt-RSA-Parse-0.02/META.json Crypt-RSA-Parse-0.02/META.yml Crypt-RSA-Parse-0.02/README Crypt-RSA-Parse-0.02/t/ Crypt-RSA-Parse-0.02/t/001_load.t Crypt-RSA-Parse-0.02/t/002_parse.t Crypt-RSA-Parse-0.02/lib/Crypt/ Crypt-RSA-Parse-0.02/lib/Crypt/RSA/ Crypt-RSA-Parse-0.02/lib/Crypt/RSA/Parse.pm Configuring F/FE/FELIPE/Crypt-RSA-Parse-0.02.tar.gz with Makefile.PL >>> C:\Perl-5.24-32\bin\perl.exe Makefile.PL Checking if your kit is complete... Warning: the following files are missing in your kit: Todo Please inform the author. Generating a dmake-style Makefile Writing Makefile for Crypt::RSA::Parse Writing MYMETA.yml and MYMETA.json FELIPE/Crypt-RSA-Parse-0.02.tar.gz C:\Perl-5.24-32\bin\perl.exe Makefile.PL -- OK Running make for F/FE/FELIPE/Crypt-RSA-Parse-0.02.tar.gz >>> dmake cp lib/Crypt/RSA/Parse.pm blib\lib\Crypt\RSA\Parse.pm FELIPE/Crypt-RSA-Parse-0.02.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/001_load.t ... 1..1 ok 1 - use Crypt::RSA::Parse; ok t/002_parse.t .. 1..66 # public(): -----BEGIN RSA PUBLIC KEY----- ok 1 - modulus ok 2 - size (i.e., modulus length) ok 3 - exponent # public(): -----BEGIN PUBLIC KEY----- ok 4 - modulus ok 5 - size (i.e., modulus length) ok 6 - exponent # public_pkcs8() ok 7 - modulus ok 8 - size (i.e., modulus length) ok 9 - exponent # public(), DER ok 10 - modulus ok 11 - size (i.e., modulus length) ok 12 - exponent # public_pkcs8(), DER ok 13 - modulus ok 14 - size (i.e., modulus length) ok 15 - exponent # private(): -----BEGIN RSA PRIVATE KEY----- ok 16 - modulus ok 17 - size (i.e., modulus length) ok 18 - version ok 19 - publicExponent ok 20 - 'privateExponent' isa 'Math::BigInt' ok 21 - 'prime1' isa 'Math::BigInt' ok 22 - 'prime2' isa 'Math::BigInt' ok 23 - 'exponent1' isa 'Math::BigInt' ok 24 - 'exponent2' isa 'Math::BigInt' ok 25 - 'coefficient' isa 'Math::BigInt' # private(): -----BEGIN PRIVATE KEY----- ok 26 - modulus ok 27 - size (i.e., modulus length) ok 28 - version ok 29 - publicExponent ok 30 - 'privateExponent' isa 'Math::BigInt' ok 31 - 'prime1' isa 'Math::BigInt' ok 32 - 'prime2' isa 'Math::BigInt' ok 33 - 'exponent1' isa 'Math::BigInt' ok 34 - 'exponent2' isa 'Math::BigInt' ok 35 - 'coefficient' isa 'Math::BigInt' # private_pkcs8() ok 36 - modulus ok 37 - size (i.e., modulus length) ok 38 - version ok 39 - publicExponent ok 40 - 'privateExponent' isa 'Math::BigInt' ok 41 - 'prime1' isa 'Math::BigInt' ok 42 - 'prime2' isa 'Math::BigInt' ok 43 - 'exponent1' isa 'Math::BigInt' ok 44 - 'exponent2' isa 'Math::BigInt' ok 45 - 'coefficient' isa 'Math::BigInt' # private(), DER ok 46 - modulus ok 47 - size (i.e., modulus length) ok 48 - version ok 49 - publicExponent ok 50 - 'privateExponent' isa 'Math::BigInt' ok 51 - 'prime1' isa 'Math::BigInt' ok 52 - 'prime2' isa 'Math::BigInt' ok 53 - 'exponent1' isa 'Math::BigInt' ok 54 - 'exponent2' isa 'Math::BigInt' ok 55 - 'coefficient' isa 'Math::BigInt' # private_pkcs8(), DER ok 56 - modulus ok 57 - size (i.e., modulus length) ok 58 - version ok 59 - publicExponent ok 60 - 'privateExponent' isa 'Math::BigInt' ok 61 - 'prime1' isa 'Math::BigInt' ok 62 - 'prime2' isa 'Math::BigInt' ok 63 - 'exponent1' isa 'Math::BigInt' ok 64 - 'exponent2' isa 'Math::BigInt' ok 65 - 'coefficient' isa 'Math::BigInt' ok 66 - no warnings ok All tests successful. Files=2, Tests=67, 1 wallclock secs ( 0.08 usr + 0.00 sys = 0.08 CPU) Result: PASS FELIPE/Crypt-RSA-Parse-0.02.tar.gz dmake test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/F/FE/FELIPE/CHECKSUMS Felipe Gasper <CENSORED> Parse RSA keys >>> (cd C:\cpanfly-5.24-32\var\tmp\cpan_build\Crypt-RSA-Parse-0.02-x24Ibv && tar cvf - Crypt-RSA-Parse-0.02.ppd blib) | gzip -c >C:/cpanfly-5.24-32/var/REPO/F/FE/FELIPE/Crypt-RSA-Parse-0.02.tar.gz Crypt-RSA-Parse-0.02.ppd blib/ blib/lib/ blib/lib/Crypt/ blib/lib/Crypt/RSA/ blib/lib/Crypt/RSA/Parse.pm Finished 2016-06-15T18:02:01