Start 2009-01-20T12:09:10 Going to read /export/home/fly1064/var/cpan/Metadata Database was generated on Tue, 20 Jan 2009 12:26:57 GMT Running make for R/RJ/RJBS/Email-Simple-2.003.tar.gz Checksum for /net/nas/data/cpan/authors/id/R/RJ/RJBS/Email-Simple-2.003.tar.gz ok Email-Simple-2.003/ Email-Simple-2.003/Changes Email-Simple-2.003/LICENSE Email-Simple-2.003/MANIFEST Email-Simple-2.003/META.yml Email-Simple-2.003/Makefile.PL Email-Simple-2.003/README Email-Simple-2.003/lib/ Email-Simple-2.003/lib/Email/ Email-Simple-2.003/lib/Email/Simple/ Email-Simple-2.003/lib/Email/Simple/Header.pm Email-Simple-2.003/lib/Email/Simple/Headers.pm Email-Simple-2.003/lib/Email/Simple.pm Email-Simple-2.003/t/ Email-Simple-2.003/t/badly-folded.t Email-Simple-2.003/t/basic.t Email-Simple-2.003/t/ct-header.t Email-Simple-2.003/t/folding.t Email-Simple-2.003/t/header-case.t Email-Simple-2.003/t/header-junk.t Email-Simple-2.003/t/header-many.t Email-Simple-2.003/t/header-names.t Email-Simple-2.003/t/header-new.t Email-Simple-2.003/t/header-pairs.t Email-Simple-2.003/t/header-prepend.t Email-Simple-2.003/t/header-space.t Email-Simple-2.003/t/long-msgid.t Email-Simple-2.003/t/many-repeats.t Email-Simple-2.003/t/no-body.t Email-Simple-2.003/t/perl-minver.t Email-Simple-2.003/t/pod-coverage.t Email-Simple-2.003/t/pod.t Email-Simple-2.003/t/preserve-linefeed.t Email-Simple-2.003/t/test-mails/ Email-Simple-2.003/t/test-mails/badly-folded Email-Simple-2.003/t/test-mails/badly-folded-noindent Email-Simple-2.003/t/test-mails/josey-fold Email-Simple-2.003/t/test-mails/josey-nobody Email-Simple-2.003/t/test-mails/josey-nobody-blank Email-Simple-2.003/t/test-mails/josey-nofold Email-Simple-2.003/t/test-mails/junk-in-header Email-Simple-2.003/t/test-mails/long-msgid Email-Simple-2.003/t/test-mails/many-repeats Email-Simple-2.003/t/undef-message.t Email-Simple-2.003/t/unit.t CPAN.pm: Going to build R/RJ/RJBS/Email-Simple-2.003.tar.gz >>> /export/home/fly1064/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Email::Simple >>> make cp lib/Email/Simple/Header.pm blib/lib/Email/Simple/Header.pm cp lib/Email/Simple/Headers.pm blib/lib/Email/Simple/Headers.pm cp lib/Email/Simple.pm blib/lib/Email/Simple.pm Manifying blib/man3/Email::Simple::Header.3 Manifying blib/man3/Email::Simple::Headers.3 Manifying blib/man3/Email::Simple.3 RJBS/Email-Simple-2.003.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, 'blib/lib', 'blib/arch')" t/*.t t/badly-folded......... 1..5 ok 1 - use Email::Simple; ok 2 - still have X-Sieve header after round trip ok 3 - got first header ok ok 4 - got badly folded, middle header OK ok 5 - got final header ok ok t/basic................ 1..37 ok 1 - use Email::Simple; ok 2 - The object isa Email::Simple ok 3 - We can get a header ok 4 - Setting returns new value ok 5 - Which is consistently returned ok 6 - missing header returns undef ok 7 - Body has sane stuff in it ok 8 - Body can be set properly ok 9 - Body can be set with a ref to a string, too ok 10 - Good grief, it's round-trippable ok 11 - Good grief, it's still round-trippable ok 12 - setting body to undef makes ->body return '' ok 13 - setting body to false string makes ->body return that ok 14 - we can add headers that were previously not in the message ok 15 - ...and the show up in the stringification ok 16 - got proper header-end offset ok 17 - got proper line terminator ok 18 - Round trip that too ok 19 - ... twice ok 20 - The object isa Email::Simple ok 21 - We can get a header ok 22 - Setting returns new value ok 23 - Which is consistently returned ok 24 - missing header returns undef ok 25 - Body has sane stuff in it ok 26 - Body can be set properly ok 27 - Body can be set with a ref to a string, too ok 28 - Good grief, it's round-trippable ok 29 - Good grief, it's still round-trippable ok 30 - setting body to undef makes ->body return '' ok 31 - setting body to false string makes ->body return that ok 32 - we can add headers that were previously not in the message ok 33 - ...and the show up in the stringification ok 34 - got proper header-end offset ok 35 - got proper line terminator ok 36 - Round trip that too ok 37 - ... twice ok t/ct-header............ 1..4 ok 1 - we start with one line (non-Content-Type header) ok 2 - we end with two, because it wraps ok 3 - we start with one line (Content-Type header) ok 4 - we end with one, because C-T doesn't wrap ok t/folding.............. 1..5 ok 1 - use Email::Simple; ok 2 - The object isa Email::Simple ok 3 - References header checks out ok 4 - References header checks out with case folding ok 5 - And the received headers are folded gracefully, and multiple headers work ok t/header-case.......... 1..1 ok 1 - Only one header this time ok t/header-junk.......... 1..3 ok 1 - use Email::Simple; ok 2 - The object isa Email::Simple ok 3 - junk droped from header ok t/header-many.......... 1..16 ok 1 - use Email::Simple; ok 2 - The object isa Email::Simple ok 3 - we get both values, in order, for a multi-entry header ok 4 - and we get everything in order for header_pairs ok 5 - header_set in list context returns all set values ok 6 - headers are replaced in order ok 7 - and we still get everything in order for header_pairs ok 8 - header_set in scalar context returns first set header ok 9 - headers are replaced in order, extras appended ok 10 - and we still get everything in order for header_pairs ok 11 - and we drop down to one value for alpha header ok ok 12 - and we still get everything in order for header_pairs ok 13 - a third header goes in at the end ok 14 - and re-adding to the previously third header puts it fourth ok 15 - Bravo header gets completely removed ok 16 - nothing weird happens when deleting absent headers ok t/header-names......... 1..9 ok 1 - use Email::Simple; ok 2 - Email::Simple->can('header_names') ok 3 - have expected headers (via header_names) ok 4 - Email::Simple->can('headers') ok 5 - have expected headers (via headers) ok 6 - Email::Simple->can('header_names') ok 7 - have expected headers (via header_names) ok 8 - Email::Simple->can('headers') ok 9 - have expected headers (via headers) ok t/header-new........... 1..7 ok 1 - use Email::Simple::Header; ok 2 - The object isa Email::Simple::Header ok 3 - multi-value header ok 4 - single-value header ok 5 - The object isa Email::Simple::Header ok 6 - multi-value header ok 7 - single-value header ok t/header-pairs......... 1..3 ok 1 - use Email::Simple; ok 2 - Email::Simple->can('header_names') ok 3 - header pairs came out properly ok t/header-prepend....... 1..4 ok 1 - use Email::Simple; ok 2 - The object isa Email::Simple ok 3 - we can prepend an existing header ok 4 - we can prepend mutiply, too, and to a new header ok t/header-space......... 1..8 ok 1 - no spaces trail with CR ok 2 - correctly detected crlf value ok 3 - no spaces trail with CRLF ok 4 - correctly detected crlf value ok 5 - no spaces trail with LF ok 6 - correctly detected crlf value ok 7 - no spaces trail with LFCR ok 8 - correctly detected crlf value ok t/long-msgid........... 1..3 ok 1 - use Email::Simple; ok 2 - The object isa Email::Simple ok 3 - Doesn't hang ok t/many-repeats......... 1..4 ok 1 - use Email::Simple; ok 2 - The object isa Email::Simple ok 3 - Good grief, it's round-trippable ok 4 - Good grief, it's still round-trippable ok t/no-body.............. 1..5 ok 1 - use Email::Simple; ok 2 - The object isa Email::Simple ok 3 - correct From header on bodyless message ok 4 - The object isa Email::Simple ok 5 - correct From header on bodyless message ok t/perl-minver.......... 1..25 ok 1 - lib/Email/Simple.pm ok 2 - lib/Email/Simple/Header.pm ok 3 - lib/Email/Simple/Headers.pm ok 4 - t/badly-folded.t ok 5 - t/basic.t ok 6 - t/ct-header.t ok 7 - t/folding.t ok 8 - t/header-case.t ok 9 - t/header-junk.t ok 10 - t/header-many.t ok 11 - t/header-names.t ok 12 - t/header-new.t ok 13 - t/header-pairs.t ok 14 - t/header-prepend.t ok 15 - t/header-space.t ok 16 - t/long-msgid.t ok 17 - t/many-repeats.t ok 18 - t/no-body.t ok 19 - t/perl-minver.t ok 20 - t/pod-coverage.t ok 21 - t/pod.t ok 22 - t/preserve-linefeed.t ok 23 - t/undef-message.t ok 24 - t/unit.t ok 25 - Makefile.PL ok t/pod-coverage......... 1..3 ok 1 - Pod coverage on Email::Simple ok 2 - Pod coverage on Email::Simple::Header ok 3 - Pod coverage on Email::Simple::Headers ok t/pod.................. 1..3 ok 1 - blib/lib/Email/Simple.pm ok 2 - blib/lib/Email/Simple/Header.pm ok 3 - blib/lib/Email/Simple/Headers.pm ok t/preserve-linefeed.... 1..3 ok 1 - use Email::Simple; ok 2 - The object isa Email::Simple ok 3 ok t/undef-message........ 1..3 ok 1 - use Email::Simple; ok 2 - throws an error ok 3 - throws sane error ok t/unit................. 1..8 ok 1 - no body position! ok 2 - and \n is the crlf ok 3 - body starts at pos 3 ok 4 - and \n is the crlf ok 5 - body starts at pos 3 ok 6 - and \n is the crlf ok 7 - body starts at pos 3 ok 8 - and \n is the crlf ok All tests successful. Files=21, Tests=159, 9 wallclock secs ( 0.35 usr 0.22 sys + 8.39 cusr 0.55 csys = 9.51 CPU) Result: PASS RJBS/Email-Simple-2.003.tar.gz make test TEST_VERBOSE=1 -- OK Picked up abstract from lib/Email/Simple.pm Ricardo SIGNES <rjbs@cpan.org> simple parsing of RFC2822 message format and headers >>> (cd /export/home/fly1064/var/cpan/build/Email-Simple-2.003-qHoXnD && tar cvf - Email-Simple-2.003.ppd blib) | gzip -c >/export/home/fly1064/var/REPO/R/RJ/RJBS/Email-Simple-2.003.tar.gz Email-Simple-2.003.ppd blib/ blib/lib/ blib/lib/Email/ blib/lib/Email/Simple/ blib/lib/Email/Simple/Header.pm blib/lib/Email/Simple/Headers.pm blib/lib/Email/Simple.pm blib/man3/ blib/man3/Email::Simple::Header.3 blib/man3/Email::Simple::Headers.3 blib/man3/Email::Simple.3 >>> mv /export/home/fly1064/var/cpan/build/Email-Simple-2.003-qHoXnD/Email-Simple-2.003.ppd /export/home/fly1064/var/REPO/R/RJ/RJBS Megalib: Will not downgrade Email-Simple from v2.004 to v2.003 at /export/home/fly1064/lib/Fly/Megalib.pm line 29. Finished 2009-01-20T12:09:30