PATH=/usr/bin:/bin:/home/fly1400/var/megalib/bin Start 2014-02-15T16:10:50 ActivePerl-1400 CPAN-2.00 Reading '/home/fly1400/var/cpan/Metadata' Database was generated on Sat, 15 Feb 2014 21:41:02 GMT Running make for R/RJ/RJBS/Email-Simple-2.203.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/R/RJ/RJBS/Email-Simple-2.203.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/R/RJ/RJBS/CHECKSUMS Checksum for /home/fly1400/var/cpan/sources/authors/id/R/RJ/RJBS/Email-Simple-2.203.tar.gz ok Email-Simple-2.203 Email-Simple-2.203/README Email-Simple-2.203/Changes Email-Simple-2.203/LICENSE Email-Simple-2.203/dist.ini Email-Simple-2.203/t Email-Simple-2.203/t/unit.t Email-Simple-2.203/META.yml Email-Simple-2.203/MANIFEST Email-Simple-2.203/t/basic.t Email-Simple-2.203/META.json Email-Simple-2.203/t/create.t Email-Simple-2.203/t/folding.t Email-Simple-2.203/t/no-body.t Email-Simple-2.203/Makefile.PL Email-Simple-2.203/t/ct-header.t Email-Simple-2.203/t/header-new.t Email-Simple-2.203/t/long-msgid.t Email-Simple-2.203/t/header-case.t Email-Simple-2.203/t/header-junk.t Email-Simple-2.203/t/header-many.t Email-Simple-2.203/t/badly-folded.t Email-Simple-2.203/t/header-names.t Email-Simple-2.203/t/header-pairs.t Email-Simple-2.203/t/header-space.t Email-Simple-2.203/t/many-repeats.t Email-Simple-2.203/t/undef-message.t Email-Simple-2.203/t/header-prepend.t Email-Simple-2.203/lib/Email Email-Simple-2.203/lib/Email/Simple.pm Email-Simple-2.203/t/preserve-linefeed.t Email-Simple-2.203/t/test-mails Email-Simple-2.203/t/test-mails/josey-fold Email-Simple-2.203/t/test-mails/long-msgid Email-Simple-2.203/xt/release Email-Simple-2.203/xt/release/pod-syntax.t Email-Simple-2.203/t/test-mails/badly-folded Email-Simple-2.203/t/test-mails/josey-nobody Email-Simple-2.203/t/test-mails/josey-nofold Email-Simple-2.203/t/test-mails/many-repeats Email-Simple-2.203/lib/Email/Simple Email-Simple-2.203/lib/Email/Simple/Header.pm Email-Simple-2.203/lib/Email/Simple/Creator.pm Email-Simple-2.203/t/test-mails/junk-in-header Email-Simple-2.203/t/000-report-versions-tiny.t Email-Simple-2.203/t/test-mails/josey-nobody-blank Email-Simple-2.203/xt/release/changes_has_content.t Email-Simple-2.203/t/test-mails/badly-folded-noindent CPAN.pm: Building R/RJ/RJBS/Email-Simple-2.203.tar.gz >>> /home/fly1400/ap1400/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Email::Simple Writing MYMETA.yml and MYMETA.json >>> make cp lib/Email/Simple/Creator.pm blib/lib/Email/Simple/Creator.pm cp lib/Email/Simple/Header.pm blib/lib/Email/Simple/Header.pm cp lib/Email/Simple.pm blib/lib/Email/Simple.pm Manifying blib/man3/Email::Simple.3 Manifying blib/man3/Email::Simple::Creator.3 Manifying blib/man3/Email::Simple::Header.3 RJBS/Email-Simple-2.203.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" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # # # Generated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.10 # perl: 5.014000 (wanted 5.006) on linux from /home/fly1400/ap1400/bin/perl-static # # Carp => 1.32 (want any version) # Email::Date::Format => 1.004 (want any version) # ExtUtils::MakeMaker => 6.88 (want 6.30) # Test::More => 1.001002 (want 0.96) # strict => 1.04 (want any version) # warnings => 1.12 (want any version) # # Thanks for using my code. I hope it works for you. # If not, please try and include this output in the bug report. # That will help me reproduce the issue and solve your problem. # t/000-report-versions-tiny.t .. ok 1 - we really didn't test anything, just reporting data 1..1 ok t/badly-folded.t .............. 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.t ..................... 1..37 ok 1 - use Email::Simple; ok 2 - An object of class 'Email::Simple' 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 - An object of class 'Email::Simple' 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/create.t .................... 1..31 ok 1 - use Email::Simple; ok 2 - use Email::Simple::Creator; ok 3 - 'crlf message' isa 'Email::Simple' ok 4 - crlf: stringified message ends with std CRLF ok 5 - crlf: message has no LF that aren't preceded by CR ok 6 - 'auto_date message' isa 'Email::Simple' ok 7 - auto_date: stringified message ends with std CRLF ok 8 - auto_date: message has no LF that aren't preceded by CR ok 9 - we got an auto-generated date header starting with a DOW ok 10 - 'argless message' isa 'Email::Simple' ok 11 - argless: stringified message ends with std CRLF ok 12 - argless: message has no LF that aren't preceded by CR ok 13 - we got an auto-generated date header starting with a DOW ok 14 - 'has_crlf message' isa 'Email::Simple' ok 15 - has_crlf: stringified message ends with std CRLF ok 16 - has_crlf: message has no LF that aren't preceded by CR ok 17 - 'has_date message' isa 'Email::Simple' ok 18 - has_date: stringified message ends with std CRLF ok 19 - has_date: message has no LF that aren't preceded by CR ok 20 - we got just the string we expected ok 21 - 'falsies message' isa 'Email::Simple' ok 22 - falsies: stringified message ends with std CRLF ok 23 - falsies: message has no LF that aren't preceded by CR ok 24 - got the false headers back we want ok 25 - we got just the string we expected ok 26 - 'has_date message' isa 'Email::Simple' ok 27 - has_date: stringified message ends with std CRLF ok 28 - has_date: message has no LF that aren't preceded by CR ok 29 - there was one warning ok 30 - and it was about \v characters ok 31 - we got just the string we expected ok t/ct-header.t ................. 1..2 ok 1 - we start with one line (Content-Type header) ok 2 - we end with one, because C-T doesn't wrap ok t/folding.t ................... 1..6 ok 1 - use Email::Simple; ok 2 - An object of class 'Email::Simple' 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 6 - we unfold with a false start string ok t/header-case.t ............... 1..1 ok 1 - Only one header this time ok t/header-junk.t ............... 1..3 ok 1 - use Email::Simple; ok 2 - An object of class 'Email::Simple' isa 'Email::Simple' ok 3 - junk droped from header ok t/header-many.t ............... 1..16 ok 1 - use Email::Simple; ok 2 - An object of class 'Email::Simple' 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.t .............. 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.t ................ 1..7 ok 1 - use Email::Simple::Header; ok 2 - An object of class 'Email::Simple::Header' isa 'Email::Simple::Header' ok 3 - multi-value header ok 4 - single-value header ok 5 - An object of class 'Email::Simple::Header' isa 'Email::Simple::Header' ok 6 - multi-value header ok 7 - single-value header ok t/header-pairs.t .............. 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.t ............ 1..4 ok 1 - use Email::Simple; ok 2 - An object of class 'Email::Simple' 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.t .............. 1..12 ok 1 - no spaces trail with CR ok 2 - correctly detected crlf value ok 3 - correctly detected crlf value ok 4 - no spaces trail with CRLF ok 5 - correctly detected crlf value ok 6 - correctly detected crlf value ok 7 - no spaces trail with LF ok 8 - correctly detected crlf value ok 9 - correctly detected crlf value ok 10 - no spaces trail with LFCR ok 11 - correctly detected crlf value ok 12 - correctly detected crlf value ok t/long-msgid.t ................ 1..3 ok 1 - use Email::Simple; ok 2 - An object of class 'Email::Simple' isa 'Email::Simple' ok 3 - Doesn't hang ok t/many-repeats.t .............. 1..4 ok 1 - use Email::Simple; ok 2 - An object of class 'Email::Simple' isa 'Email::Simple' ok 3 - Good grief, it's round-trippable ok 4 - Good grief, it's still round-trippable ok t/no-body.t ................... 1..5 ok 1 - use Email::Simple; ok 2 - An object of class 'Email::Simple' isa 'Email::Simple' ok 3 - correct From header on bodyless message ok 4 - An object of class 'Email::Simple' isa 'Email::Simple' ok 5 - correct From header on bodyless message ok t/preserve-linefeed.t ......... 1..3 ok 1 - use Email::Simple; ok 2 - An object of class 'Email::Simple' isa 'Email::Simple' ok 3 ok t/undef-message.t ............. 1..3 ok 1 - use Email::Simple; ok 2 - throws an error ok 3 - throws sane error ok t/unit.t ...................... 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=20, Tests=163, 2 wallclock secs ( 0.07 usr 0.03 sys + 0.86 cusr 0.04 csys = 1.00 CPU) Result: PASS RJBS/Email-Simple-2.203.tar.gz make test TEST_VERBOSE=1 -- OK Ricardo SIGNES <rjbs@cpan.org> simple parsing of RFC2822 message format and headers >>> (cd /home/fly1400/var/cpan/build/Email-Simple-2.203-W_TkHF && tar cvf - Email-Simple-2.203.ppd blib) | gzip -c >/home/fly1400/var/REPO/R/RJ/RJBS/Email-Simple-2.203.tar.gz Email-Simple-2.203.ppd blib/ blib/lib/ blib/lib/Email/ blib/lib/Email/Simple/ blib/lib/Email/Simple/Creator.pm blib/lib/Email/Simple/Header.pm blib/lib/Email/Simple.pm blib/man3/ blib/man3/Email::Simple.3 blib/man3/Email::Simple::Creator.3 blib/man3/Email::Simple::Header.3 >>> mv /home/fly1400/var/cpan/build/Email-Simple-2.203-W_TkHF/Email-Simple-2.203.ppd /home/fly1400/var/REPO/R/RJ/RJBS VmSize: 125356 kB Finished 2014-02-15T16:10:58