PATH=/usr/bin:/bin:/Users/fly2000/cpanfly-5.20/var/megalib/bin Start 2016-01-27T10:25:47 ActivePerl-2000 CPAN-2.10 Reading '/Users/fly2000/cpanfly-5.20/var/cpan/Metadata' Database was generated on Wed, 27 Jan 2016 05:53:39 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/F/FE/FELIPE/Crypt-RSA-Parse-0.041.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/F/FE/FELIPE/CHECKSUMS Checksum for /Users/fly2000/cpanfly-5.20/var/cpan/sources/authors/id/F/FE/FELIPE/Crypt-RSA-Parse-0.041.tar.gz ok Crypt-RSA-Parse-0.041/ Crypt-RSA-Parse-0.041/Changes Crypt-RSA-Parse-0.041/lib/ Crypt-RSA-Parse-0.041/LICENSE Crypt-RSA-Parse-0.041/Makefile.PL Crypt-RSA-Parse-0.041/MANIFEST Crypt-RSA-Parse-0.041/META.json Crypt-RSA-Parse-0.041/META.yml Crypt-RSA-Parse-0.041/README Crypt-RSA-Parse-0.041/t/ Crypt-RSA-Parse-0.041/t/001_load.t Crypt-RSA-Parse-0.041/t/002_parse.t Crypt-RSA-Parse-0.041/lib/Crypt/ Crypt-RSA-Parse-0.041/lib/Crypt/RSA/ Crypt-RSA-Parse-0.041/lib/Crypt/RSA/Parse/ Crypt-RSA-Parse-0.041/lib/Crypt/RSA/Parse.pm Crypt-RSA-Parse-0.041/lib/Crypt/RSA/Parse/Convert_ASN1.pm Crypt-RSA-Parse-0.041/lib/Crypt/RSA/Parse/KeyBase.pm Crypt-RSA-Parse-0.041/lib/Crypt/RSA/Parse/Parser/ Crypt-RSA-Parse-0.041/lib/Crypt/RSA/Parse/Parser.pm Crypt-RSA-Parse-0.041/lib/Crypt/RSA/Parse/Private.pm Crypt-RSA-Parse-0.041/lib/Crypt/RSA/Parse/Public.pm Crypt-RSA-Parse-0.041/lib/Crypt/RSA/Parse/Template.pm Crypt-RSA-Parse-0.041/lib/Crypt/RSA/Parse/Parser/MathBigInt.pm Configuring F/FE/FELIPE/Crypt-RSA-Parse-0.041.tar.gz with Makefile.PL >>> /Users/fly2000/ap2000-298465/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2000/cpanfly-5.20/var/megalib Want /Users/fly2000/ap2000-298465/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for Crypt::RSA::Parse Writing MYMETA.yml and MYMETA.json FELIPE/Crypt-RSA-Parse-0.041.tar.gz /Users/fly2000/ap2000-298465/bin/perl-dynamic Makefile.PL -- OK Running make for F/FE/FELIPE/Crypt-RSA-Parse-0.041.tar.gz >>> make cp lib/Crypt/RSA/Parse/Convert_ASN1.pm blib/lib/Crypt/RSA/Parse/Convert_ASN1.pm cp lib/Crypt/RSA/Parse/Parser/MathBigInt.pm blib/lib/Crypt/RSA/Parse/Parser/MathBigInt.pm cp lib/Crypt/RSA/Parse/KeyBase.pm blib/lib/Crypt/RSA/Parse/KeyBase.pm cp lib/Crypt/RSA/Parse.pm blib/lib/Crypt/RSA/Parse.pm cp lib/Crypt/RSA/Parse/Template.pm blib/lib/Crypt/RSA/Parse/Template.pm cp lib/Crypt/RSA/Parse/Public.pm blib/lib/Crypt/RSA/Parse/Public.pm cp lib/Crypt/RSA/Parse/Parser.pm blib/lib/Crypt/RSA/Parse/Parser.pm cp lib/Crypt/RSA/Parse/Private.pm blib/lib/Crypt/RSA/Parse/Private.pm Manifying 1 pod document FELIPE/Crypt-RSA-Parse-0.041.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2000/ap2000-298465/bin/perl-dynamic" "-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.04 usr 0.01 sys + 0.73 cusr 0.03 csys = 0.81 CPU) Result: PASS FELIPE/Crypt-RSA-Parse-0.041.tar.gz make test TEST_VERBOSE=1 -- OK Felipe Gasper <CENSORED> Parse RSA keys >>> (cd /Users/fly2000/cpanfly-5.20/var/cpan/build/Crypt-RSA-Parse-0.041-VE840B && tar cvf - Crypt-RSA-Parse-0.041.ppd blib) | gzip -c >/Users/fly2000/cpanfly-5.20/var/REPO/F/FE/FELIPE/Crypt-RSA-Parse-0.041.tar.gz Crypt-RSA-Parse-0.041.ppd blib/ blib/lib/ blib/lib/Crypt/ blib/lib/Crypt/RSA/ blib/lib/Crypt/RSA/Parse/ blib/lib/Crypt/RSA/Parse/Convert_ASN1.pm blib/lib/Crypt/RSA/Parse/KeyBase.pm blib/lib/Crypt/RSA/Parse/Parser/ blib/lib/Crypt/RSA/Parse/Parser/MathBigInt.pm blib/lib/Crypt/RSA/Parse/Parser.pm blib/lib/Crypt/RSA/Parse/Private.pm blib/lib/Crypt/RSA/Parse/Public.pm blib/lib/Crypt/RSA/Parse/Template.pm blib/lib/Crypt/RSA/Parse.pm blib/man3/ blib/man3/Crypt::RSA::Parse.3 >>> mv /Users/fly2000/cpanfly-5.20/var/cpan/build/Crypt-RSA-Parse-0.041-VE840B/Crypt-RSA-Parse-0.041.ppd /Users/fly2000/cpanfly-5.20/var/REPO/F/FE/FELIPE Finished 2016-01-27T10:25:51