Start 2009-02-18T08:37:22 ActivePerl-1003 CPAN-1.9351 Going to read '/export/home/fly1064/var/cpan/Metadata' Database was generated on Wed, 18 Feb 2009 09:28:30 GMT Running make for A/AS/ASH/Test-WWW-Mechanize-Catalyst-0.50.tar.gz Checksum for /net/nas/data/cpan/authors/id/A/AS/ASH/Test-WWW-Mechanize-Catalyst-0.50.tar.gz ok Test-WWW-Mechanize-Catalyst-0.50/ Test-WWW-Mechanize-Catalyst-0.50/CHANGES Test-WWW-Mechanize-Catalyst-0.50/inc/ Test-WWW-Mechanize-Catalyst-0.50/inc/Module/ Test-WWW-Mechanize-Catalyst-0.50/inc/Module/Install/ Test-WWW-Mechanize-Catalyst-0.50/inc/Module/Install/Base.pm Test-WWW-Mechanize-Catalyst-0.50/inc/Module/Install/Can.pm Test-WWW-Mechanize-Catalyst-0.50/inc/Module/Install/Fetch.pm Test-WWW-Mechanize-Catalyst-0.50/inc/Module/Install/Makefile.pm Test-WWW-Mechanize-Catalyst-0.50/inc/Module/Install/Metadata.pm Test-WWW-Mechanize-Catalyst-0.50/inc/Module/Install/Win32.pm Test-WWW-Mechanize-Catalyst-0.50/inc/Module/Install/WriteAll.pm Test-WWW-Mechanize-Catalyst-0.50/inc/Module/Install.pm Test-WWW-Mechanize-Catalyst-0.50/lib/ Test-WWW-Mechanize-Catalyst-0.50/lib/Test/ Test-WWW-Mechanize-Catalyst-0.50/lib/Test/WWW/ Test-WWW-Mechanize-Catalyst-0.50/lib/Test/WWW/Mechanize/ Test-WWW-Mechanize-Catalyst-0.50/lib/Test/WWW/Mechanize/Catalyst.pm Test-WWW-Mechanize-Catalyst-0.50/Makefile.PL Test-WWW-Mechanize-Catalyst-0.50/MANIFEST Test-WWW-Mechanize-Catalyst-0.50/META.yml Test-WWW-Mechanize-Catalyst-0.50/README Test-WWW-Mechanize-Catalyst-0.50/t/ Test-WWW-Mechanize-Catalyst-0.50/t/auth-test.t Test-WWW-Mechanize-Catalyst-0.50/t/cookies.t Test-WWW-Mechanize-Catalyst-0.50/t/lib/ Test-WWW-Mechanize-Catalyst-0.50/t/lib/Catty.pm Test-WWW-Mechanize-Catalyst-0.50/t/lib/CattySession.pm Test-WWW-Mechanize-Catalyst-0.50/t/lib/ExternalCatty.pm Test-WWW-Mechanize-Catalyst-0.50/t/multi_content_type.t Test-WWW-Mechanize-Catalyst-0.50/t/pod.t Test-WWW-Mechanize-Catalyst-0.50/t/redirect.t Test-WWW-Mechanize-Catalyst-0.50/t/simple.t Test-WWW-Mechanize-Catalyst-0.50/t/two_app.t Test-WWW-Mechanize-Catalyst-0.50/t/white_label.t CPAN.pm: Going to build A/AS/ASH/Test-WWW-Mechanize-Catalyst-0.50.tar.gz >>> /export/home/fly1064/bin/perl Makefile.PL Cannot determine perl version info from lib/Test/WWW/Mechanize/Catalyst.pm Checking if your kit is complete... Warning: the following files are missing in your kit: t/pod_coverage.t Please inform the author. Writing Makefile for Test::WWW::Mechanize::Catalyst >>> make cp lib/Test/WWW/Mechanize/Catalyst.pm blib/lib/Test/WWW/Mechanize/Catalyst.pm Manifying blib/man3/Test::WWW::Mechanize::Catalyst.3 ASH/Test-WWW-Mechanize-Catalyst-0.50.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1064/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/auth-test.t ........... 1..5 ok 1 - GET http://localhost/check_auth_basic/ ok 2 ok 3 ok 4 ok 5 ok t/cookies.t ............. 1..3 ok 1 - GET / ok 2 - Title is "Root" ok 3 ok # # ################################################################### # Starting an external Catalyst HTTP server on port 7357 # To change the port, please set the TWMC_TEST_PORT env variable. # (The server will be automatically shut-down right after the tests). # ################################################################### t/multi_content_type.t .. 1..6 ok 1 - use ExternalCatty; You can connect to your server at http://spike:7357 ok 2 - Get a multi Content-Type response ok 3 - Survive to a multi Content-Type sting ok 4 - Multi Content-Type Content-Type ok 5 - Multi Content-Type title ok 6 - Multi Content-Type body ok t/pod.t ................. 1..1 ok 1 - blib/lib/Test/WWW/Mechanize/Catalyst.pm ok t/redirect.t ............ 1..27 ok 1 - got something when we hi ok 2 - check got to hello 1/4 ok 3 - check got to hello 2/4 ok 4 - check got to hello 3/4 ok 5 - check got to hello 4/4 ok 6 - have a previous ok 7 - was a redirect ok 8 - to the right place ok 9 - got something when we greetings ok 10 - check got to hello 1/4 ok 11 - check got to hello 2/4 ok 12 - check got to hello 3/4 ok 13 - check got to hello 4/4 ok 14 - have a previous ok 15 - was a redirect ok 16 - to the right place ok 17 - got something when we bonjour ok 18 - check got to hello 1/4 ok 19 - check got to hello 2/4 ok 20 - check got to hello 3/4 ok 21 - check got to hello 4/4 ok 22 - have a previous ok 23 - was a redirect ok 24 - to the right place ok 25 - have a previous previous ok 26 - was a redirect ok 27 - to the right place ok t/simple.t .............. 1..37 ok 1 - GET http://localhost/ ok 2 ok 3 - Title is "Root" ok 4 - Content contains "This is the root page" ok 5 - Followed link with "text=Hello" ok 6 ok 7 ok 8 - Title is "Hello" ok 9 - content contains "Hi there! ☺" ok 10 - GET / ok 11 ok 12 - Title is "Root" ok 13 - Content contains "This is the root page" ok 14 - GET http://example.com/ ok 15 ok 16 - Title is "Root" ok 17 - Content contains "This is the root page" ok 18 - GET /hello/ ok 19 ok 20 - Title is "Hello" ok 21 - content contains "Hi there! ☺" ok 22 - GET /gzipped/ ok 23 ok 24 - Title is "Hello" ok 25 - content contains "Hi there! ☺" ok 26 ok 27 - Content is like "(?-xism:\(en\) Please come back later)" ok 28 - Content is like "(?-xism:Hello.)" ok 29 ok 30 - Content is like "(?-xism:\(en\) Please come back later)" ok 31 - Content is like "(?-xism:Hello.)" ok 32 ok 33 ok 34 - Title is like "(?-xism:Catty on Catalyst)" ok 35 - Content is like "(?-xism:Caught exception in Catty)" ok 36 - Content is like "(?-xism:erk)" ok 37 - Content is like "(?-xism:This is the die page)" ok t/two_app.t ............. 1..4 ok 1 - GET /name ok 2 - Title is "Catty" ok 3 - GET /name ok 4 - Title is "CattySession" ok t/white_label.t ......... 1..4 ok 1 - GET /host ok 2 - Content contains "Host: foo.com:80" ok 3 - GET /host ok 4 - Content contains "Host: localhost:80" ok All tests successful. Files=8, Tests=87, 20 wallclock secs ( 0.19 usr 0.11 sys + 17.70 cusr 1.94 csys = 19.94 CPU) Result: PASS ASH/Test-WWW-Mechanize-Catalyst-0.50.tar.gz make test TEST_VERBOSE=1 -- OK Ash Berlin <ash@cpan.org> Test::WWW::Mechanize for Catalyst >>> (cd /export/home/fly1064/var/cpan/build/Test-WWW-Mechanize-Catalyst-0.50-1seMjb && tar cvf - Test-WWW-Mechanize-Catalyst-0.50.ppd blib) | gzip -c >/export/home/fly1064/var/REPO/A/AS/ASH/Test-WWW-Mechanize-Catalyst-0.50.tar.gz Test-WWW-Mechanize-Catalyst-0.50.ppd blib/ blib/lib/ blib/lib/Test/ blib/lib/Test/WWW/ blib/lib/Test/WWW/Mechanize/ blib/lib/Test/WWW/Mechanize/Catalyst.pm blib/man3/ blib/man3/Test::WWW::Mechanize::Catalyst.3 >>> mv /export/home/fly1064/var/cpan/build/Test-WWW-Mechanize-Catalyst-0.50-1seMjb/Test-WWW-Mechanize-Catalyst-0.50.ppd /export/home/fly1064/var/REPO/A/AS/ASH Finished 2009-02-18T08:37:56