PATH=/usr/bin:/bin Start 2012-01-17T18:02:49 ActivePerl-1400 CPAN-1.9402 Going to read '/home/fly1400/var/cpan/Metadata' Database was generated on Tue, 17 Jan 2012 23:12:13 GMT Running make for D/DO/DOY/circular-require-0.09.tar.gz Checksum for /net/nas/data/cpan/authors/id/D/DO/DOY/circular-require-0.09.tar.gz ok circular-require-0.09 circular-require-0.09/README circular-require-0.09/Changes circular-require-0.09/LICENSE circular-require-0.09/dist.ini circular-require-0.09/t circular-require-0.09/t/base.t circular-require-0.09/t/eval.t circular-require-0.09/META.yml circular-require-0.09/MANIFEST circular-require-0.09/t/basic.t circular-require-0.09/t/base2.t circular-require-0.09/META.json circular-require-0.09/t/dynamic.t circular-require-0.09/t/version.t circular-require-0.09/Makefile.PL circular-require-0.09/t/dynamic3.t circular-require-0.09/t/dynamic2.t circular-require-0.09/t/injection.t circular-require-0.09/t/eval circular-require-0.09/t/eval/Bar.pm circular-require-0.09/t/eval/Foo.pm circular-require-0.09/t/long_cycle.t circular-require-0.09/t/basic circular-require-0.09/t/basic/Bar.pm circular-require-0.09/t/basic/Baz.pm circular-require-0.09/t/basic/Foo.pm circular-require-0.09/t/base2 circular-require-0.09/t/base2/Bar.pm circular-require-0.09/t/base2/Foo.pm circular-require-0.09/t/00-compile.t circular-require-0.09/t/release-eol.t circular-require-0.09/t/hidden_cycle.t circular-require-0.09/t/dynamic3 circular-require-0.09/t/dynamic3/Bar.pm circular-require-0.09/t/dynamic3/Baz.pm circular-require-0.09/t/dynamic3/Foo.pm circular-require-0.09/t/dynamic2 circular-require-0.09/t/dynamic2/Bar.pm circular-require-0.09/t/dynamic2/Baz.pm circular-require-0.09/t/dynamic2/Foo.pm circular-require-0.09/t/hide_middleman.t circular-require-0.09/t/dynamic3/Baz3.pm circular-require-0.09/t/dynamic3/Bar2.pm circular-require-0.09/t/dynamic3/Baz2.pm circular-require-0.09/t/dynamic3/Bar3.pm circular-require-0.09/t/dynamic2/Quux.pm circular-require-0.09/t/injection circular-require-0.09/t/injection/Foo.pm circular-require-0.09/t/hide_middleman2.t circular-require-0.09/t/hide_middleman3.t circular-require-0.09/t/long_cycle circular-require-0.09/t/long_cycle/Bar.pm circular-require-0.09/t/long_cycle/Baz.pm circular-require-0.09/t/long_cycle/Foo.pm circular-require-0.09/t/release-no-tabs.t circular-require-0.09/t/long_cycle/Quux.pm circular-require-0.09/t/hidden_cycle circular-require-0.09/t/hidden_cycle/Bar.pm circular-require-0.09/t/hidden_cycle/Baz.pm circular-require-0.09/t/hidden_cycle/Foo.pm circular-require-0.09/t/long_cycle/Blorg.pm circular-require-0.09/t/release-pod-syntax.t circular-require-0.09/lib/circular circular-require-0.09/lib/circular/require.pm circular-require-0.09/t/hide_middleman circular-require-0.09/t/hide_middleman/Bar.pm circular-require-0.09/t/hide_middleman/Foo.pm circular-require-0.09/t/release-pod-coverage.t CPAN.pm: Going to build D/DO/DOY/circular-require-0.09.tar.gz >>> /home/fly1400/ap1400/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for circular::require Writing MYMETA.yml and MYMETA.json >>> make cp lib/circular/require.pm blib/lib/circular/require.pm Manifying blib/man3/circular::require.3 DOY/circular-require-0.09.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1400/ap1400/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ............ 1..1 ok 1 - circular::require loaded ok ok t/base.t .................. ok 1 - no error with use base 1..1 ok t/base2.t ................. ok 1 - use Foo; ok 2 - Polymorphism ok 3 - use base 'Some Bad File' should throw an exception ok 4 - correct exception 1..4 ok t/basic.t ................. ok 1 - use Foo; ok 2 - correct warnings ok 3 - use Foo; ok 4 - using the same file twice doesn't repeat warnings ok 5 - use Bar; ok 6 - correct warnings ok 7 - use Baz; ok 8 - correct warnings ok 9 - use Foo; ok 10 - correct warnings ok 11 - use Bar; ok 12 - correct warnings ok 13 - use Baz; ok 14 - correct warnings 1..14 ok t/dynamic.t ............... ok 1 - use Foo; ok 2 - correct warnings ok 3 - use Foo; ok 4 - correct warnings ok 5 - use Foo; ok 6 - correct warnings ok 7 - use Foo; ok 8 - correct warnings ok 9 - use Foo; ok 10 - correct warnings ok 11 - use Foo; ok 12 - correct warnings 1..12 ok t/dynamic2.t .............. ok 1 - use Foo; ok 2 - correct warnings 1..2 ok t/dynamic3.t .............. ok 1 - use Foo; ok 2 - correct warnings 1..2 ok t/eval.t .................. ok 1 - use Foo; 1..1 ok t/hidden_cycle.t .......... ok 1 - use Foo; ok 2 - hiding all packages in the cycle shouldn't report a package outside of the cycle as being the source 1..2 ok t/hide_middleman.t ........ ok 1 - use Foo; ok 2 - Show the module that used base, instead of 'base' when a cycle occurs from a use base. 1..2 ok t/hide_middleman2.t ....... ok 1 - use Foo; ok 2 - Show the module that used base, instead of 'base' when a cycle occurs from a use base. 1..2 ok t/hide_middleman3.t ....... ok 1 - use Foo; ok 2 - don't loop infinitely if all packages are hidden 1..2 ok t/injection.t ............. ok 1 - can't inject extra code via require ok 2 - can't inject extra code via require 1..2 ok t/long_cycle.t ............ ok 1 - use Foo; ok 2 - detection of longer cycles 1..2 ok t/release-eol.t ........... skipped: these tests are for release candidate testing t/release-no-tabs.t ....... skipped: these tests are for release candidate testing t/release-pod-coverage.t .. skipped: these tests are for release candidate testing t/release-pod-syntax.t .... skipped: these tests are for release candidate testing t/version.t ............... ok 1 - use 5.008001 succeeded before load ok 2 - require 5.008001 succeeded before load ok 3 - use v101 threw the correct error before load ok 4 - require v101 threw the correct error before load ok 5 - require "v101" threw the correct error before load ok 6 - require "5.008" threw the correct error before load ok 7 - require "5.8.1" threw the correct error before load ok 8 - use v6.8.1 threw the correct error before load ok 9 - require v6.8.1 threw the correct error before load ok 10 - use 5.8.1 succeeded before load ok 11 - require 5.8.1 succeeded before load ok 12 - use 6.8.1 threw the correct error before load ok 13 - require 6.8.1 threw the correct error before load ok 14 - use v5.8.1 succeeded before load ok 15 - require v5.8.1 succeeded before load ok 16 - use vFoo threw the correct error before load ok 17 - require vFoo threw the correct error before load ok 18 - use 6.008001 threw the correct error before load ok 19 - require 6.008001 threw the correct error before load ok 20 - use 5.008001 succeeded when enabled ok 21 - require 5.008001 succeeded when enabled ok 22 - use v101 threw the correct error when enabled ok 23 - require v101 threw the correct error when enabled ok 24 - require "v101" threw the correct error when enabled ok 25 - require "5.008" threw the correct error when enabled ok 26 - require "5.8.1" threw the correct error when enabled ok 27 - use v6.8.1 threw the correct error when enabled ok 28 - require v6.8.1 threw the correct error when enabled ok 29 - use 5.8.1 succeeded when enabled ok 30 - require 5.8.1 succeeded when enabled ok 31 - use 6.8.1 threw the correct error when enabled ok 32 - require 6.8.1 threw the correct error when enabled ok 33 - use v5.8.1 succeeded when enabled ok 34 - require v5.8.1 succeeded when enabled ok 35 - use vFoo threw the correct error when enabled ok 36 - require vFoo threw the correct error when enabled ok 37 - use 6.008001 threw the correct error when enabled ok 38 - require 6.008001 threw the correct error when enabled ok 39 - use 5.008001 succeeded when disabled ok 40 - require 5.008001 succeeded when disabled ok 41 - use v101 threw the correct error when disabled ok 42 - require v101 threw the correct error when disabled ok 43 - require "v101" threw the correct error when disabled ok 44 - require "5.008" threw the correct error when disabled ok 45 - require "5.8.1" threw the correct error when disabled ok 46 - use v6.8.1 threw the correct error when disabled ok 47 - require v6.8.1 threw the correct error when disabled ok 48 - use 5.8.1 succeeded when disabled ok 49 - require 5.8.1 succeeded when disabled ok 50 - use 6.8.1 threw the correct error when disabled ok 51 - require 6.8.1 threw the correct error when disabled ok 52 - use v5.8.1 succeeded when disabled ok 53 - require v5.8.1 succeeded when disabled ok 54 - use vFoo threw the correct error when disabled ok 55 - require vFoo threw the correct error when disabled ok 56 - use 6.008001 threw the correct error when disabled ok 57 - require 6.008001 threw the correct error when disabled 1..57 ok All tests successful. Files=19, Tests=106, 3 wallclock secs ( 0.05 usr 0.01 sys + 0.70 cusr 0.09 csys = 0.85 CPU) Result: PASS DOY/circular-require-0.09.tar.gz make test TEST_VERBOSE=1 -- OK Jesse Luehrs <doy@cpan.org> detect circularity in use/require statements >>> (cd /home/fly1400/var/cpan/build/circular-require-0.09-HYqo1i && tar cvf - circular-require-0.09.ppd blib) | gzip -c >/home/fly1400/var/REPO/D/DO/DOY/circular-require-0.09.tar.gz circular-require-0.09.ppd blib/ blib/lib/ blib/lib/circular/ blib/lib/circular/require.pm blib/man3/ blib/man3/circular::require.3 >>> mv /home/fly1400/var/cpan/build/circular-require-0.09-HYqo1i/circular-require-0.09.ppd /home/fly1400/var/REPO/D/DO/DOY Finished 2012-01-17T18:03:01