Start 2008-07-21T21:21:12 Going to read /home/fly818/var/cpan/Metadata Database was generated on Mon, 21 Jul 2008 10:02:47 GMT Running make for F/FE/FERREIRA/WWW-CPAN-0.011.tar.gz Checksum for /net/nas/data/cpan/authors/id/F/FE/FERREIRA/WWW-CPAN-0.011.tar.gz ok WWW-CPAN-0.011/ WWW-CPAN-0.011/README WWW-CPAN-0.011/bin/ WWW-CPAN-0.011/bin/cpanq WWW-CPAN-0.011/t/ WWW-CPAN-0.011/t/98pod-coverage.t WWW-CPAN-0.011/t/lib/ WWW-CPAN-0.011/t/lib/Devel/ WWW-CPAN-0.011/t/lib/Devel/CheckNet.pm WWW-CPAN-0.011/t/99pod.t WWW-CPAN-0.011/t/10compile.t WWW-CPAN-0.011/t/03meta.t WWW-CPAN-0.011/t/02basic.t WWW-CPAN-0.011/t/01use.t WWW-CPAN-0.011/lib/ WWW-CPAN-0.011/lib/App/ WWW-CPAN-0.011/lib/App/WWW/ WWW-CPAN-0.011/lib/App/WWW/CPAN.pod WWW-CPAN-0.011/lib/App/WWW/CPAN.pm WWW-CPAN-0.011/lib/WWW/ WWW-CPAN-0.011/lib/WWW/CPAN.pod WWW-CPAN-0.011/lib/WWW/CPAN.pm WWW-CPAN-0.011/Makefile.PL WWW-CPAN-0.011/Changes WWW-CPAN-0.011/META.yml WWW-CPAN-0.011/MANIFEST CPAN.pm: Going to build F/FE/FERREIRA/WWW-CPAN-0.011.tar.gz >>> /home/fly818/ap818/bin/perl-static Makefile.PL Warning: prerequisite Class::Lego::Constructor 0.004 not found. Subroutine AUTOLOAD redefined at (eval 12) line 2. Checking if your kit is complete... Looks good Writing Makefile for WWW-CPAN ---- Unsatisfied dependencies detected during ---- ---- FERREIRA/WWW-CPAN-0.011.tar.gz ---- Class::Lego::Constructor [requires] Running make test Delayed until after prerequisites Running test for module 'Class::Lego::Constructor' Running make for F/FE/FERREIRA/Class-Lego-Constructor-0.004.tar.gz Checksum for /net/nas/data/cpan/authors/id/F/FE/FERREIRA/Class-Lego-Constructor-0.004.tar.gz ok Class-Lego-Constructor-0.004/ Class-Lego-Constructor-0.004/README Class-Lego-Constructor-0.004/t/ Class-Lego-Constructor-0.004/t/02basic.t Class-Lego-Constructor-0.004/t/01use.t Class-Lego-Constructor-0.004/t/03accessors.t Class-Lego-Constructor-0.004/t/12more.t Class-Lego-Constructor-0.004/lib/ Class-Lego-Constructor-0.004/lib/Class/ Class-Lego-Constructor-0.004/lib/Class/Lego/ Class-Lego-Constructor-0.004/lib/Class/Lego/Constructor.pm Class-Lego-Constructor-0.004/lib/Class/Lego/Constructor.pod Class-Lego-Constructor-0.004/Build.PL Class-Lego-Constructor-0.004/Makefile.PL Class-Lego-Constructor-0.004/Changes Class-Lego-Constructor-0.004/META.yml Class-Lego-Constructor-0.004/MANIFEST CPAN.pm: Going to build F/FE/FERREIRA/Class-Lego-Constructor-0.004.tar.gz >>> /home/fly818/ap818/bin/perl-static Makefile.PL Warning: prerequisite SUPER 0 not found. Subroutine AUTOLOAD redefined at (eval 7) line 2. Checking if your kit is complete... Looks good Writing Makefile for Class::Lego::Constructor ---- Unsatisfied dependencies detected during ---- ---- FERREIRA/Class-Lego-Constructor-0.004.tar.gz ---- SUPER [requires] Running make test Delayed until after prerequisites Running test for module 'SUPER' Running make for C/CH/CHROMATIC/SUPER-1.16.tar.gz Checksum for /net/nas/data/cpan/authors/id/C/CH/CHROMATIC/SUPER-1.16.tar.gz ok SUPER-1.16/ SUPER-1.16/t/ SUPER-1.16/t/developer/ SUPER-1.16/t/developer/pod.t SUPER-1.16/t/developer/pod_coverage.t SUPER-1.16/t/keep_going.t SUPER-1.16/t/keep_going_manual.t SUPER-1.16/t/get_all_parents.t SUPER-1.16/t/1.t SUPER-1.16/t/bugs.t SUPER-1.16/t/deep_inheritance.t SUPER-1.16/t/follow_inheritance.t SUPER-1.16/lib/ SUPER-1.16/lib/SUPER.pm SUPER-1.16/META.yml SUPER-1.16/Changes SUPER-1.16/MANIFEST SUPER-1.16/Build.PL SUPER-1.16/Makefile.PL SUPER-1.16/README CPAN.pm: Going to build C/CH/CHROMATIC/SUPER-1.16.tar.gz >>> /home/fly818/ap818/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for SUPER >>> make cp lib/SUPER.pm blib/lib/SUPER.pm Manifying blib/man3/SUPER.3 CHROMATIC/SUPER-1.16.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly818/ap818/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/1..................... 1..7 ok 1 - The object isa Kid ok 2 - Arguments passed OK ok 3 - Arguments retained OK ok 4 - Kid inherits new() from Daddy ok 5 - ... as it does foo, even though it overrides it ok 6 - SUPER's import comes from Exporter ok 7 - ... as does Test::Builder::Module ok t/bugs.................. 1..6 ok 1 - Class '...' ok 2 - Class '\n' ok 3 - Class '0' ok 4 - No deep recursion ok 5 - $Class->can worked ok 6 - ... and should get to right method ok t/deep_inheritance...... 1..15 ok 1 - use SUPER; ok 2 - The object isa Level4 ok 3 - ...the object is initialized as level4 ok 4 - ...the object has four parents from its own class. ok 5 - ... 3 parents from one class above. ok 6 - ...2 parents from two classes above. ok 7 - ...and only UNIVERSAL from the top level class. ok 8 - ...get the expected superclass method. ok 9 - ...in the expected superclass. ok 10 - ...get the expected superclass method one up. ok 11 - ...in the superclass one up. ok 12 - ...get the expected superclass method two up. ok 13 - ...in the superclass two up. ok 14 - ...get an empty string when there are no more super class. ok 15 - ...and undef when no further superclasses match the desired method. ok t/follow_inheritance.... 1..6 ok 1 - use SUPER; ok 2 - SUPER() should respect current, not compile-time @ISA ok 3 - ... even when reset ok 4 - ... for class calls too ok 5 - SUPER() and should go nowhere with nowhere to go ok 6 - mu ok t/get_all_parents....... 1..2 ok 1 - Proxy should get called ok 2 - ... and SUPER should find parent ok t/keep_going............ 1..4 ok 1 - Called on the Son ok 2 - Called on the Father ok 3 - Called on the Grandfather ok 4 - called the Son->Father->Grandfather ok t/keep_going_manual..... 1..7 ok 1 - Called on the Son ok 2 - Called on the Father ok 3 - ... from the son ok 4 - Called on the Grandfather ok 5 - ... from the father ok 6 - ... (whose parent is the grandfather) ok 7 - ... (whose parent is the father) ok All tests successful. Files=7, Tests=47, 0 wallclock secs ( 0.00 usr 0.04 sys + 0.15 cusr 0.13 csys = 0.32 CPU) Result: PASS CHROMATIC/SUPER-1.16.tar.gz make test TEST_VERBOSE=1 -- OK chromatic <chromatic@wgz.org> control superclass method dispatch >>> (cd /home/fly818/var/cpan/build/SUPER-1.16-sg2YQF && tar cvf - SUPER-1.16.ppd blib) | gzip -c >/home/fly818/var/REPO/C/CH/CHROMATIC/SUPER-1.16.tar.gz SUPER-1.16.ppd blib/ blib/lib/ blib/lib/SUPER.pm blib/man3/ blib/man3/SUPER.3 >>> mv /home/fly818/var/cpan/build/SUPER-1.16-sg2YQF/SUPER-1.16.ppd /home/fly818/var/REPO/C/CH/CHROMATIC Running make for F/FE/FERREIRA/Class-Lego-Constructor-0.004.tar.gz Prepending /home/fly818/var/cpan/build/SUPER-1.16-sg2YQF/blib/arch /home/fly818/var/cpan/build/SUPER-1.16-sg2YQF/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /home/fly818/var/cpan/build/Class-Lego-Constructor-0.004-uDoeZ7 Prepending /home/fly818/var/cpan/build/SUPER-1.16-sg2YQF/blib/arch /home/fly818/var/cpan/build/SUPER-1.16-sg2YQF/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build F/FE/FERREIRA/Class-Lego-Constructor-0.004.tar.gz >>> make cp lib/Class/Lego/Constructor.pm blib/lib/Class/Lego/Constructor.pm cp lib/Class/Lego/Constructor.pod blib/lib/Class/Lego/Constructor.pod Manifying blib/man3/Class::Lego::Constructor.3 FERREIRA/Class-Lego-Constructor-0.004.tar.gz make -- OK Prepending /home/fly818/var/cpan/build/SUPER-1.16-sg2YQF/blib/arch /home/fly818/var/cpan/build/SUPER-1.16-sg2YQF/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly818/ap818/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01use.......... 1..1 ok 1 - use Class::Lego::Constructor; # Testing Class::Lego::Constructor 0.004, Perl 5.008008, /home/fly818/ap818/bin/perl-static ok t/02basic........ 1..24 ok 1 - &new was defined ok 2 - The object isa Foo ok 3 - magical_number gets the default ok 4 - title gets the default ok 5 - date gets the (computed) default ok 6 - counter gets the (computed) default ok 7 - The object isa Foo ok 8 - magical_number gets the explicit value ok 9 - title gets the default ok 10 - date gets the (computed) default ok 11 - counter gets the (computed) default ok 12 - The object isa Foo ok 13 - magical_number gets the default ok 14 - title gets the explicit value ok 15 - date gets the (computed) default ok 16 - counter gets the (computed) default ok 17 - The object isa Foo ok 18 - magical_number gets the default ok 19 - title gets the default ok 20 - date gets the explicit value ok 21 - counter gets the explicit value ok 22 - counter gets the (computed) default ok 23 - counter gets the (computed) default ok 24 - different objects, different counter value ok t/03accessors.... 1..24 ok 1 - &new was defined ok 2 - The object isa Foo ok 3 - magical_number gets the default ok 4 - title gets the default ok 5 - date gets the (computed) default ok 6 - counter gets the (computed) default ok 7 - The object isa Foo ok 8 - magical_number gets the explicit value ok 9 - title gets the default ok 10 - date gets the (computed) default ok 11 - counter gets the (computed) default ok 12 - The object isa Foo ok 13 - magical_number gets the default ok 14 - title gets the explicit value ok 15 - date gets the (computed) default ok 16 - counter gets the (computed) default ok 17 - The object isa Foo ok 18 - magical_number gets the default ok 19 - title gets the default ok 20 - date gets the explicit value ok 21 - counter gets the explicit value ok 22 - counter gets the (computed) default ok 23 - counter gets the (computed) default ok 24 - different objects, different counter value ok t/12more......... 1..34 ok 1 - &new was defined ok 2 - The object isa Foo ok 3 - magical_number gets the default ok 4 - title gets the default ok 5 - date gets the (computed) default ok 6 - counter gets the (computed) default ok 7 - The object isa Foo ok 8 - magical_number gets the explicit value ok 9 - title gets the default ok 10 - date gets the (computed) default ok 11 - counter gets the (computed) default ok 12 - The object isa Foo ok 13 - magical_number gets the default ok 14 - title gets the explicit value ok 15 - date gets the (computed) default ok 16 - counter gets the (computed) default ok 17 - The object isa Foo ok 18 - magical_number gets the default ok 19 - title gets the default ok 20 - date gets the explicit value ok 21 - counter gets the explicit value ok 22 - counter gets the (computed) default ok 23 - counter gets the (computed) default ok 24 - different objects, different counter value ok 25 - &new was defined ok 26 - The object isa Boo ok 27 - default_value works with numbers ok 28 - default_value works with strings ok 29 - default_value works with hash values ok 30 - default_value works with array values ok 31 - default_value works with CODE ok 32 - CODE through default_value works ok 33 - default_value works with Scalar::Defer objects ok 34 - deferred objects through default_value works ok All tests successful. Files=4, Tests=83, 0 wallclock secs ( 0.00 usr 0.03 sys + 0.10 cusr 0.11 csys = 0.24 CPU) Result: PASS FERREIRA/Class-Lego-Constructor-0.004.tar.gz make test TEST_VERBOSE=1 -- OK Adriano Ferreira <ferreira@cpan.org> Automated constructor generation >>> (cd /home/fly818/var/cpan/build/Class-Lego-Constructor-0.004-uDoeZ7 && tar cvf - Class-Lego-Constructor-0.004.ppd blib) | gzip -c >/home/fly818/var/REPO/F/FE/FERREIRA/Class-Lego-Constructor-0.004.tar.gz Class-Lego-Constructor-0.004.ppd blib/ blib/lib/ blib/lib/Class/ blib/lib/Class/Lego/ blib/lib/Class/Lego/Constructor.pm blib/lib/Class/Lego/Constructor.pod blib/man3/ blib/man3/Class::Lego::Constructor.3 >>> mv /home/fly818/var/cpan/build/Class-Lego-Constructor-0.004-uDoeZ7/Class-Lego-Constructor-0.004.ppd /home/fly818/var/REPO/F/FE/FERREIRA Running make for F/FE/FERREIRA/WWW-CPAN-0.011.tar.gz Prepending /home/fly818/var/cpan/build/Class-Lego-Constructor-0.004-uDoeZ7/blib/arch /home/fly818/var/cpan/build/Class-Lego-Constructor-0.004-uDoeZ7/blib/lib /home/fly818/var/cpan/build/SUPER-1.16-sg2YQF/blib/arch /home/fly818/var/cpan/build/SUPER-1.16-sg2YQF/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /home/fly818/var/cpan/build/WWW-CPAN-0.011-iQFWda Prepending /home/fly818/var/cpan/build/Class-Lego-Constructor-0.004-uDoeZ7/blib/arch /home/fly818/var/cpan/build/Class-Lego-Constructor-0.004-uDoeZ7/blib/lib /home/fly818/var/cpan/build/SUPER-1.16-sg2YQF/blib/arch /home/fly818/var/cpan/build/SUPER-1.16-sg2YQF/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build F/FE/FERREIRA/WWW-CPAN-0.011.tar.gz >>> make cp lib/App/WWW/CPAN.pod blib/lib/App/WWW/CPAN.pod cp lib/WWW/CPAN.pod blib/lib/WWW/CPAN.pod cp lib/App/WWW/CPAN.pm blib/lib/App/WWW/CPAN.pm cp lib/WWW/CPAN.pm blib/lib/WWW/CPAN.pm cp bin/cpanq blib/script/cpanq /home/fly818/ap818/bin/perl-static "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/cpanq Manifying blib/man1/cpanq.1 Manifying blib/man3/App::WWW::CPAN.3 Manifying blib/man3/WWW::CPAN.3 FERREIRA/WWW-CPAN-0.011.tar.gz make -- OK Prepending /home/fly818/var/cpan/build/Class-Lego-Constructor-0.004-uDoeZ7/blib/arch /home/fly818/var/cpan/build/Class-Lego-Constructor-0.004-uDoeZ7/blib/lib /home/fly818/var/cpan/build/SUPER-1.16-sg2YQF/blib/arch /home/fly818/var/cpan/build/SUPER-1.16-sg2YQF/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly818/ap818/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01use............. 1..1 ok 1 - use WWW::CPAN; ok t/02basic........... 1..4 ok 1 - The object isa WWW::CPAN ok 2 - WWW::CPAN->can('fetch_distmeta') ok 3 - WWW::CPAN->can('search') ok 4 - WWW::CPAN->can('query') ok t/03meta............ 1..21 Subroutine AUTOLOAD redefined at (eval 36) line 2. # live testing with access to http://search.cpan.org ok 1 - fetch_distmeta result isa HASH ok 2 - Metafile included in dist ok 3 - dist name ok ok 4 - has abstract ok 5 - has author ok 6 - has generated_by ok 7 - has license ok 8 - has meta-spec ok 9 - has requires ok 10 - has version ok 11 - fetch_distmeta result isa HASH ok 12 - Metafile generated by search.cpan.org ok 13 - dist name ok ok 14 - has abstract ok 15 - has author ok 16 - has generated_by ok 17 - has license ok 18 - has meta-spec ok 19 - has provides ok 20 - has resources ok 21 - has version ok t/10compile......... 1..1 ok 1 - cpanq compiles ok t/98pod-coverage.... 1..2 Subroutine AUTOLOAD redefined at (eval 10) line 2. ok 1 - Pod coverage on WWW::CPAN ok 2 - Pod coverage on App::WWW::CPAN ok t/99pod............. 1..18 ok 1 - ./Makefile.PL ok 2 - t/10compile.t ok 3 - t/99pod.t ok 4 - t/98pod-coverage.t ok 5 - t/02basic.t ok 6 - t/01use.t ok 7 - t/03meta.t ok 8 - bin/cpanq ok 9 - lib/WWW/CPAN.pod ok 10 - lib/WWW/CPAN.pm ok 11 - blib/script/cpanq ok 12 - t/lib/Devel/CheckNet.pm ok 13 - lib/App/WWW/CPAN.pod ok 14 - lib/App/WWW/CPAN.pm ok 15 - blib/lib/WWW/CPAN.pod ok 16 - blib/lib/WWW/CPAN.pm ok 17 - blib/lib/App/WWW/CPAN.pod ok 18 - blib/lib/App/WWW/CPAN.pm ok All tests successful. Files=6, Tests=47, 2 wallclock secs ( 0.00 usr 0.00 sys + 0.61 cusr 0.42 csys = 1.03 CPU) Result: PASS FERREIRA/WWW-CPAN-0.011.tar.gz make test TEST_VERBOSE=1 -- OK Adriano Ferreira <ferreira@cpan.org> CPAN as a web service >>> (cd /home/fly818/var/cpan/build/WWW-CPAN-0.011-iQFWda && tar cvf - WWW-CPAN-0.011.ppd blib) | gzip -c >/home/fly818/var/REPO/F/FE/FERREIRA/WWW-CPAN-0.011.tar.gz WWW-CPAN-0.011.ppd blib/ blib/lib/ blib/lib/App/ blib/lib/App/WWW/ blib/lib/App/WWW/CPAN.pod blib/lib/App/WWW/CPAN.pm blib/lib/WWW/ blib/lib/WWW/CPAN.pod blib/lib/WWW/CPAN.pm blib/man1/ blib/man1/cpanq.1 blib/man3/ blib/man3/App::WWW::CPAN.3 blib/man3/WWW::CPAN.3 blib/script/ blib/script/cpanq >>> mv /home/fly818/var/cpan/build/WWW-CPAN-0.011-iQFWda/WWW-CPAN-0.011.ppd /home/fly818/var/REPO/F/FE/FERREIRA Finished 2008-07-21T21:21:19