Start 2008-10-26T03:26:51 Going to read /export/home/fly818/var/cpan/Metadata Database was generated on Wed, 22 Oct 2008 10:26:54 GMT Running make for P/PO/POLETTIX/WWW-Comix-0.1.1.tar.gz Checksum for /net/nas/data/cpan/authors/id/P/PO/POLETTIX/WWW-Comix-0.1.1.tar.gz ok WWW-Comix-0.1.1/ WWW-Comix-0.1.1/lib/ WWW-Comix-0.1.1/lib/WWW/ WWW-Comix-0.1.1/lib/WWW/Comix.pm WWW-Comix-0.1.1/lib/WWW/Comix/ WWW-Comix-0.1.1/lib/WWW/Comix/Plugin.pm WWW-Comix-0.1.1/lib/WWW/Comix/Plugin/ WWW-Comix-0.1.1/lib/WWW/Comix/Plugin/GoComics.pm WWW-Comix-0.1.1/lib/WWW/Comix/Plugin/ComicsDotCom.pm WWW-Comix-0.1.1/lib/WWW/Comix/Plugin/ArcaMax.pm WWW-Comix-0.1.1/lib/WWW/Comix/Plugin/KingFeatures.pm WWW-Comix-0.1.1/lib/WWW/Comix/Plugin/Creators.pm WWW-Comix-0.1.1/eg/ WWW-Comix-0.1.1/eg/README WWW-Comix-0.1.1/script/ WWW-Comix-0.1.1/script/comix2 WWW-Comix-0.1.1/README WWW-Comix-0.1.1/Makefile.PL WWW-Comix-0.1.1/Build.PL WWW-Comix-0.1.1/MANIFEST WWW-Comix-0.1.1/Changes WWW-Comix-0.1.1/META.yml WWW-Comix-0.1.1/t/ WWW-Comix-0.1.1/t/00.load.t WWW-Comix-0.1.1/t/pod-coverage.t WWW-Comix-0.1.1/t/pod.t CPAN.pm: Going to build P/PO/POLETTIX/WWW-Comix-0.1.1.tar.gz >>> /export/home/fly818/bin/perl Makefile.PL Warning: prerequisite Moose::Policy::FollowPBP 0 not found. Checking if your kit is complete... Looks good Writing Makefile for WWW::Comix ---- Unsatisfied dependencies detected during ---- ---- POLETTIX/WWW-Comix-0.1.1.tar.gz ---- Moose::Policy::FollowPBP [requires] Running make test Delayed until after prerequisites Running test for module 'Moose::Policy::FollowPBP' Running make for S/ST/STEVAN/Moose-Policy-0.03.tar.gz Checksum for /net/nas/data/cpan/authors/id/S/ST/STEVAN/Moose-Policy-0.03.tar.gz ok Moose-Policy-0.03/ Moose-Policy-0.03/Build.PL Moose-Policy-0.03/Changes Moose-Policy-0.03/lib/ Moose-Policy-0.03/lib/Moose/ Moose-Policy-0.03/lib/Moose/Policy/ Moose-Policy-0.03/lib/Moose/Policy/FollowPBP.pm Moose-Policy-0.03/lib/Moose/Policy/JavaAccessors.pm Moose-Policy-0.03/lib/Moose/Policy/SingleInheritence.pm Moose-Policy-0.03/lib/Moose/Policy.pm Moose-Policy-0.03/Makefile.PL Moose-Policy-0.03/MANIFEST Moose-Policy-0.03/MANIFEST.SKIP Moose-Policy-0.03/META.yml Moose-Policy-0.03/README Moose-Policy-0.03/t/ Moose-Policy-0.03/t/000_load.t Moose-Policy-0.03/t/001_basic.t Moose-Policy-0.03/t/002_dynamic.t Moose-Policy-0.03/t/003_saidso.t Moose-Policy-0.03/t/010_FollowPBP_test.t Moose-Policy-0.03/t/011_JavaAccessors_test.t Moose-Policy-0.03/t/020_SingleInheritence_test.t Moose-Policy-0.03/t/pod.t Moose-Policy-0.03/t/pod_coverage.t CPAN.pm: Going to build S/ST/STEVAN/Moose-Policy-0.03.tar.gz >>> /export/home/fly818/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Moose::Policy >>> make cp lib/Moose/Policy/FollowPBP.pm blib/lib/Moose/Policy/FollowPBP.pm cp lib/Moose/Policy.pm blib/lib/Moose/Policy.pm cp lib/Moose/Policy/JavaAccessors.pm blib/lib/Moose/Policy/JavaAccessors.pm cp lib/Moose/Policy/SingleInheritence.pm blib/lib/Moose/Policy/SingleInheritence.pm Manifying blib/man3/Moose::Policy::FollowPBP.3 Manifying blib/man3/Moose::Policy.3 Manifying blib/man3/Moose::Policy::SingleInheritence.3 Manifying blib/man3/Moose::Policy::JavaAccessors.3 STEVAN/Moose-Policy-0.03.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly818/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/000_load...................... 1..1 ok 1 - use Moose::Policy; ok t/001_basic..................... 1..11 ok 1 - use Moose::Policy; ok 2 - The object isa Moose::Meta::Class ok 3 - ... got our custom attr metaclass ok 4 - The object isa My::Moose::Meta::Attribute ok 5 - The object isa Foo ok 6 - Foo->can('get_bar') ok 7 - Foo->can('set_bar') ok 8 - Foo->can('get_baz') ok 9 - without setter ok 10 - ... got the right default value ok 11 - ... got the right default value ok t/002_dynamic................... 1..12 ok 1 - use Moose::Policy; ok 2 - The object isa Moose::Meta::Class ok 3 - ... got our custom attr metaclass ok 4 - The object isa Moose::Meta::Class ok 5 - The object isa My::Bar::Class ok 6 - ... got our custom attr metaclass ok 7 - The object isa Moose::Meta::Class ok 8 - The object isa My::Plain::Class ok 9 - ... got our custom attr metaclass ok 10 - The object isa Moose::Meta::Class ok 11 - The object isa My::Bar::Class ok 12 - ... got our custom attr metaclass ok t/003_saidso.................... 1..22 ok 1 - use Moose::Policy; ok 2 - thbbt got booted out ok 3 - The object isa Moose::Meta::Class ok 4 - ... got our custom attr metaclass ok 5 - The object isa My::Moose::Meta::Attribute ok 6 - The object isa Foo ok 7 - Foo->can('get_bar') ok 8 - Foo->can('set_bar') ok 9 - Foo->can('get_baz') ok 10 - Foo->can('set_baz') ok 11 - do not want any bop ok 12 - do not want any bop ok 13 - do not want any bop ok 14 - do not want any oops ok 15 - do not want any oops ok 16 - do not want any oops ok 17 - ... got the right default bar value ok 18 - ... got the right default baz value ok 19 - we have bop ok 20 - do not want to have an oops ok 21 - ... got the right default bop value ok 22 - setter works ok t/010_FollowPBP_test............ 1..28 ok 1 - use Moose::Policy; ok 2 - The object isa Moose::Meta::Class ok 3 - ... got our custom attr metaclass ok 4 - The object isa Moose::Policy::FollowPBP::Attribute ok 5 - The object isa Foo ok 6 - Foo->can('get_bar') ok 7 - Foo->can('set_bar') ok 8 - Foo->can('get_baz') ok 9 - without setter ok 10 - ... got the right default value ok 11 - ... got the right default value ok 12 - The object isa Moose::Meta::Class ok 13 - ... got our custom attr metaclass ok 14 - The object isa Moose::Policy::FollowPBP::Attribute ok 15 - The object isa Bar ok 16 - The object isa Foo ok 17 - Bar->can('get_boing') ok 18 - Bar->can('set_boing') ok 19 - ... got the right default value ok 20 - ... got the right changed value ok 21 - The object isa Moose::Meta::Class ok 22 - ... got our custom attr metaclass ok 23 - The object isa Moose::Meta::Attribute ok 24 - The object isa Baz ok 25 - The object isa Bar ok 26 - The object isa Foo ok 27 - Baz->can('bling') ok 28 - ... got the right default value ok t/011_JavaAccessors_test........ 1..11 ok 1 - use Moose::Policy; ok 2 - The object isa Moose::Meta::Class ok 3 - ... got our custom attr metaclass ok 4 - The object isa Moose::Policy::JavaAccessors::Attribute ok 5 - The object isa Foo ok 6 - Foo->can('getBar') ok 7 - Foo->can('setBar') ok 8 - Foo->can('getBaz') ok 9 - without setter ok 10 - ... got the right default value ok 11 - ... got the right default value ok t/020_SingleInheritence_test.... 1..2 ok 1 - use Moose::Policy; ok 2 - ... violating the policy ok t/pod........................... 1..4 ok 1 - blib/lib/Moose/Policy.pm ok 2 - blib/lib/Moose/Policy/FollowPBP.pm ok 3 - blib/lib/Moose/Policy/JavaAccessors.pm ok 4 - blib/lib/Moose/Policy/SingleInheritence.pm ok t/pod_coverage.................. 1..4 ok 1 - Pod coverage on Moose::Policy ok 2 - Pod coverage on Moose::Policy::FollowPBP ok 3 - Pod coverage on Moose::Policy::JavaAccessors ok 4 - Pod coverage on Moose::Policy::SingleInheritence ok All tests successful. Files=9, Tests=95, 23 wallclock secs ( 0.52 usr 0.06 sys + 20.54 cusr 1.33 csys = 22.45 CPU) Result: PASS STEVAN/Moose-Policy-0.03.tar.gz make test TEST_VERBOSE=1 -- OK Stevan Little <stevan.little@iinteractive.com> Moose-mounted police >>> (cd /export/home/fly818/var/cpan/build/Moose-Policy-0.03-BvnxaW && tar cvf - Moose-Policy-0.03.ppd blib) | gzip -c >/export/home/fly818/var/REPO/S/ST/STEVAN/Moose-Policy-0.03.tar.gz Moose-Policy-0.03.ppd blib/ blib/lib/ blib/lib/Moose/ blib/lib/Moose/Policy/ blib/lib/Moose/Policy/FollowPBP.pm blib/lib/Moose/Policy/JavaAccessors.pm blib/lib/Moose/Policy/SingleInheritence.pm blib/lib/Moose/Policy.pm blib/man3/ blib/man3/Moose::Policy::FollowPBP.3 blib/man3/Moose::Policy.3 blib/man3/Moose::Policy::SingleInheritence.3 blib/man3/Moose::Policy::JavaAccessors.3 >>> mv /export/home/fly818/var/cpan/build/Moose-Policy-0.03-BvnxaW/Moose-Policy-0.03.ppd /export/home/fly818/var/REPO/S/ST/STEVAN Running make for P/PO/POLETTIX/WWW-Comix-0.1.1.tar.gz Prepending /export/home/fly818/var/cpan/build/Moose-Policy-0.03-BvnxaW/blib/arch /export/home/fly818/var/cpan/build/Moose-Policy-0.03-BvnxaW/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /export/home/fly818/var/cpan/build/WWW-Comix-0.1.1-nAC74R Prepending /export/home/fly818/var/cpan/build/Moose-Policy-0.03-BvnxaW/blib/arch /export/home/fly818/var/cpan/build/Moose-Policy-0.03-BvnxaW/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build P/PO/POLETTIX/WWW-Comix-0.1.1.tar.gz >>> make cp lib/WWW/Comix/Plugin/GoComics.pm blib/lib/WWW/Comix/Plugin/GoComics.pm cp lib/WWW/Comix/Plugin/Creators.pm blib/lib/WWW/Comix/Plugin/Creators.pm cp lib/WWW/Comix/Plugin/ArcaMax.pm blib/lib/WWW/Comix/Plugin/ArcaMax.pm cp lib/WWW/Comix/Plugin/KingFeatures.pm blib/lib/WWW/Comix/Plugin/KingFeatures.pm cp lib/WWW/Comix/Plugin/ComicsDotCom.pm blib/lib/WWW/Comix/Plugin/ComicsDotCom.pm cp lib/WWW/Comix.pm blib/lib/WWW/Comix.pm cp lib/WWW/Comix/Plugin.pm blib/lib/WWW/Comix/Plugin.pm Manifying blib/man3/WWW::Comix::Plugin::Creators.3 Manifying blib/man3/WWW::Comix::Plugin::GoComics.3 Manifying blib/man3/WWW::Comix::Plugin::KingFeatures.3 Manifying blib/man3/WWW::Comix::Plugin::ArcaMax.3 Manifying blib/man3/WWW::Comix::Plugin::ComicsDotCom.3 Manifying blib/man3/WWW::Comix::Plugin.3 Manifying blib/man3/WWW::Comix.3 POLETTIX/WWW-Comix-0.1.1.tar.gz make -- OK Prepending /export/home/fly818/var/cpan/build/Moose-Policy-0.03-BvnxaW/blib/arch /export/home/fly818/var/cpan/build/Moose-Policy-0.03-BvnxaW/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly818/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00.load......... 1..7 ok 1 - use WWW::Comix; ok 2 - use WWW::Comix::Plugin; ok 3 - use WWW::Comix::Plugin::GoComics; ok 4 - use WWW::Comix::Plugin::ComicsDotCom; ok 5 - use WWW::Comix::Plugin::ArcaMax; ok 6 - use WWW::Comix::Plugin::KingFeatures; ok 7 - use WWW::Comix::Plugin::Creators; # Testing WWW::Comix 0.1.1 ok t/pod-coverage.... 1..2 ok 1 - Pod coverage on WWW::Comix ok 2 - Pod coverage on WWW::Comix::Plugin ok t/pod............. 1..7 ok 1 - blib/lib/WWW/Comix.pm ok 2 - blib/lib/WWW/Comix/Plugin.pm ok 3 - blib/lib/WWW/Comix/Plugin/GoComics.pm ok 4 - blib/lib/WWW/Comix/Plugin/Creators.pm ok 5 - blib/lib/WWW/Comix/Plugin/ArcaMax.pm ok 6 - blib/lib/WWW/Comix/Plugin/KingFeatures.pm ok 7 - blib/lib/WWW/Comix/Plugin/ComicsDotCom.pm ok All tests successful. Files=3, Tests=16, 9 wallclock secs ( 0.27 usr 0.09 sys + 7.94 cusr 0.45 csys = 8.75 CPU) Result: PASS POLETTIX/WWW-Comix-0.1.1.tar.gz make test TEST_VERBOSE=1 -- OK Flavio Poletti <polettix@cpan.org> programmatically access comics on the web >>> (cd /export/home/fly818/var/cpan/build/WWW-Comix-0.1.1-nAC74R && tar cvf - WWW-Comix-0.1.1.ppd blib) | gzip -c >/export/home/fly818/var/REPO/P/PO/POLETTIX/WWW-Comix-0.1.1.tar.gz WWW-Comix-0.1.1.ppd blib/ blib/lib/ blib/lib/WWW/ blib/lib/WWW/Comix/ blib/lib/WWW/Comix/Plugin/ blib/lib/WWW/Comix/Plugin/GoComics.pm blib/lib/WWW/Comix/Plugin/Creators.pm blib/lib/WWW/Comix/Plugin/ArcaMax.pm blib/lib/WWW/Comix/Plugin/KingFeatures.pm blib/lib/WWW/Comix/Plugin/ComicsDotCom.pm blib/lib/WWW/Comix/Plugin.pm blib/lib/WWW/Comix.pm blib/man3/ blib/man3/WWW::Comix::Plugin::Creators.3 blib/man3/WWW::Comix::Plugin::GoComics.3 blib/man3/WWW::Comix::Plugin::KingFeatures.3 blib/man3/WWW::Comix::Plugin::ArcaMax.3 blib/man3/WWW::Comix::Plugin::ComicsDotCom.3 blib/man3/WWW::Comix::Plugin.3 blib/man3/WWW::Comix.3 >>> mv /export/home/fly818/var/cpan/build/WWW-Comix-0.1.1-nAC74R/WWW-Comix-0.1.1.ppd /export/home/fly818/var/REPO/P/PO/POLETTIX Finished 2008-10-26T03:28:01