PATH=/usr/bin:/bin:/Users/fly2200/cpanfly-5.22/var/megalib/bin Start 2017-01-28T01:26:30 ActivePerl-2200 CPAN-2.10 Reading '/Users/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Fri, 27 Jan 2017 04:41:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/E/ET/ETHER/aliased-0.34.tar.gz Checksum for /Users/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/E/ET/ETHER/aliased-0.34.tar.gz ok aliased-0.34/ aliased-0.34/Build.PL aliased-0.34/CONTRIBUTING aliased-0.34/Changes aliased-0.34/INSTALL aliased-0.34/LICENSE aliased-0.34/MANIFEST aliased-0.34/META.json aliased-0.34/META.yml aliased-0.34/Makefile.PL aliased-0.34/README aliased-0.34/dist.ini aliased-0.34/lib/ aliased-0.34/t/ aliased-0.34/weaver.ini aliased-0.34/xt/ aliased-0.34/xt/author/ aliased-0.34/xt/release/ aliased-0.34/xt/release/changes_has_content.t aliased-0.34/xt/release/cpan-changes.t aliased-0.34/xt/release/distmeta.t aliased-0.34/xt/release/kwalitee.t aliased-0.34/xt/release/minimum-version.t aliased-0.34/xt/release/mojibake.t aliased-0.34/xt/release/pod-coverage.t aliased-0.34/xt/release/pod-no404s.t aliased-0.34/xt/release/pod-syntax.t aliased-0.34/xt/release/portability.t aliased-0.34/xt/author/00-compile.t aliased-0.34/xt/author/eol.t aliased-0.34/xt/author/no-tabs.t aliased-0.34/xt/author/pod-spell.t aliased-0.34/t/00-report-prereqs.dd aliased-0.34/t/00-report-prereqs.t aliased-0.34/t/aliased.t aliased-0.34/t/export.t aliased-0.34/t/import.t aliased-0.34/t/lib/ aliased-0.34/t/prefix.t aliased-0.34/t/sigdie.t aliased-0.34/t/lib/BadSigDie.pm aliased-0.34/t/lib/HasSigDie.pm aliased-0.34/t/lib/NoSigDie.pm aliased-0.34/t/lib/Really/ aliased-0.34/t/lib/Really/Long/ aliased-0.34/t/lib/Really/Long/Module/ aliased-0.34/t/lib/Really/Long/Name.pm aliased-0.34/t/lib/Really/Long/PackageName.pm aliased-0.34/t/lib/Really/Long/Module/Conflicting/ aliased-0.34/t/lib/Really/Long/Module/Name.pm aliased-0.34/t/lib/Really/Long/Module/Conflicting/Name.pm aliased-0.34/lib/aliased.pm Configuring E/ET/ETHER/aliased-0.34.tar.gz with Makefile.PL >>> /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL Congratulations, your toolchain understands 'configure_requires'! Checking if your kit is complete... Looks good Have /Users/fly2200/cpanfly-5.22/var/megalib Want /Users/fly2200/ap2200-299195/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 aliased Writing MYMETA.yml and MYMETA.json ETHER/aliased-0.34.tar.gz /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL -- OK Running make for E/ET/ETHER/aliased-0.34.tar.gz >>> make cp lib/aliased.pm blib/lib/aliased.pm Manifying 1 pod document ETHER/aliased-0.34.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2200/ap2200-299195/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- ----- # Module::Build::Tiny 0.039 0.039 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.04 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # B any 1.58 # ExtUtils::MakeMaker any 7.04 # File::Spec any 3.62 # Test::More any 1.001014 # if any 0.0606 # lib any 0.63 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150005 # # === Runtime Requires === # # Module Want Have # -------- ---- ---- # Carp any 1.38 # Exporter any 5.72 # strict any 1.09 # warnings any 1.32 # t/00-report-prereqs.t .. 1..1 ok 1 ok t/aliased.t ............ ok 1 - require aliased; ok 2 - ... and exported functions should not (yet) be in our namespace ok 3 - aliased() should not be exported by default ok 4 - ... trying to use aliased without a package name should not fail ok 5 - main->can('alias') ok 6 - Trying to use aliased with a module it cannot load should fail ok 7 - ... and it should have an appropriate error message ok 8 - '... and the object it returns' isa 'Really::Long::Module::Name' ok 9 - ... and import items should be handled correctly ok 10 - ... and exhibit the correct behavior ok 11 - We should be able to alias to different packages, even though that is really stupid ok 12 - '... and the object returned' isa 'Really::Long::Module::Conflicting::Name' ok 13 - We should be able to pass an array ref as an import list ok 14 - ... and it should behave as expected ok 15 - ... and it should behave as expected ok 16 - ... and it should behave as expected ok 17 - '... a short alias works in a package' isa 'Really::Long::Module::Name' ok 18 - '... a long alias works in a package' isa 'Really::Long::Module::Name' 1..18 ok t/export.t ............. ok 1 - installed symbol was compiled in the aliased package 1..1 ok t/import.t ............. ok 1 - use aliased; ok 2 - alias() should be imported into our namespace ok 3 - aliasing to a scalar should succeed ok 4 - ... and it should return the correct results ok 5 - ... and it should still allow importing 1..5 ok t/prefix.t ............. ok 1 - prefix() should be in our namespace if we ask for it ok 2 - alias() should be in our namespace if we ask for it ok 3 - Calling prefix should succeed ok 4 - ... returning a code ref ok 5 - ... and called directly, returns the correct class ok 6 - ... and if called with a subpackage name, should also return the correct class 1..6 ok t/sigdie.t ............. ok 1 - $SIG{__DIE__} handlers should not be destroyed ok 2 - ... and should behave as expected ok 3 - A bad load should not break $SIG{__DIE__} handlers ok 4 - ... and they should retain their value ok 5 - Loading code without sigdie handlers should succeed ok 6 - ... and the sigdie handlers should retain their value ok 7 - Loading code without sigdie handlers should succeed ok 8 - New $SIG{__DIE__} handlers should be loaded ok 9 - ... and should behave as expected 1..9 ok All tests successful. Files=6, Tests=40, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.27 cusr 0.03 csys = 0.34 CPU) Result: PASS ETHER/aliased-0.34.tar.gz make test TEST_VERBOSE=1 -- OK Karen Etheridge <ether@cpan.org> Use shorter versions of class names. >>> (cd /Users/fly2200/cpanfly-5.22/var/tmp/cpan_build/aliased-0.34-0aHBgj && tar cvf - aliased-0.34.ppd blib) | gzip -c >/Users/fly2200/cpanfly-5.22/var/REPO/E/ET/ETHER/aliased-0.34.tar.gz aliased-0.34.ppd blib/ blib/lib/ blib/lib/aliased.pm blib/man3/ blib/man3/aliased.3 Finished 2017-01-28T01:26:36