PATH=/usr/bin:/bin:/Users/fly2000/var/megalib/bin Start 2015-02-04T10:19:29 ActivePerl-2000 CPAN-2.00 Reading '/Users/fly2000/var/cpan/Metadata' Database was generated on Wed, 04 Feb 2015 17:17:02 GMT Running make for R/RJ/RJBS/Email-Address-1.907.tar.gz Checksum for /data/cpan/authors/id/R/RJ/RJBS/Email-Address-1.907.tar.gz ok Email-Address-1.907 Email-Address-1.907/README Email-Address-1.907/Changes Email-Address-1.907/LICENSE Email-Address-1.907/dist.ini Email-Address-1.907/META.yml Email-Address-1.907/MANIFEST Email-Address-1.907/t Email-Address-1.907/t/ascii.t Email-Address-1.907/t/tests.t Email-Address-1.907/META.json Email-Address-1.907/t/format.t Email-Address-1.907/t/quoting.t Email-Address-1.907/Makefile.PL Email-Address-1.907/t/patterns.t Email-Address-1.907/t/cache-cow.t Email-Address-1.907/t/comma-free.t Email-Address-1.907/bench Email-Address-1.907/bench/corpus.txt Email-Address-1.907/bench/ea-vs-ma.pl Email-Address-1.907/bench/too_long.pl Email-Address-1.907/t/quote-encoded.t Email-Address-1.907/lib/Email Email-Address-1.907/lib/Email/Address.pm Email-Address-1.907/t/00-report-prereqs.t Email-Address-1.907/t/00-report-prereqs.dd Email-Address-1.907/xt/release Email-Address-1.907/xt/release/pod-syntax.t Email-Address-1.907/xt/release/changes_has_content.t CPAN.pm: Building R/RJ/RJBS/Email-Address-1.907.tar.gz >>> /Users/fly2000/ap2000-298465/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Email::Address Writing MYMETA.yml and MYMETA.json >>> make cp lib/Email/Address.pm blib/lib/Email/Address.pm Manifying 1 pod document RJBS/Email-Address-1.907.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2000/ap2000-298465/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.04 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.04 # # === Test Requires === # # Module Want Have # -------------------- ---- -------- # Encode any 2.68 # Encode::MIME::Header any 2.16 # ExtUtils::MakeMaker any 7.04 # File::Spec any 3.47 # Test::More 0.96 1.001009 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.143240 # # === Runtime Requires === # # Module Want Have # -------- ---- ---- # overload any 1.22 # strict any 1.08 # warnings any 1.23 # t/00-report-prereqs.t .. 1..1 ok 1 ok t/ascii.t .............. ok 1 - an ascii address is a-ok ok 2 - a quoted non-ascii phrase is a-ok with ascii email ok 3 - a quoted non-ascii phrase is not okay with non-ascii email ok 4 - utf-8 octet address: not ok ok 5 - unicode (decoded) address: not ok ok 6 - correct number of good emails ok 7 - expected email ok 8 - expected email 1..8 ok t/cache-cow.t .......... 1..8 ok 1 - use Email::Address; ok 2 - An object of class 'Email::Address' isa 'Email::Address' ok 3 - address is parsed in properly ok 4 - the address udpated properly ok 5 - the new copy isn't the same refaddr as we had previously ok 6 - An object of class 'Email::Address' isa 'Email::Address' ok 7 - address is parsed in properly ok 8 - we still get a cached copy ok t/comma-free.t ......... ok 1 - we parse comma-free lists, for some reason 1..1 ok t/format.t ............. 1..5 ok 1 - format: simple@example.com ok 2 - format: "John Doe" ok 3 - format: "Name With \" Quote" ok 4 - format: "Name Surrounded With Quotes" ok 5 - format: ok t/patterns.t ........... 1..15 ok 1 - use Email::Address; ok 2 - pat mailbox: foo ok 3 - pat mailbox: foo@bar.com ok 4 - pat mailbox: bob@test.com.au ok 5 - pat mailbox: foo.bob@test.com.au ok 6 - pat mailbox: foo-bob@test-com.au ok 7 - pat mailbox: foo-bob@test.uk ok 8 - pat mailbox: Richard Sonnen ok 9 - pat mailbox: ok 10 - pat mailbox: "Richard Sonnen" ok 11 - pat mailbox: "Richard Sonnen" (comments) ok 12 - pat mailbox: ok 13 - pat mailbox: foo ok 14 - pat mailbox: foo bar@bar.com ok 15 - pat mailbox: @bar.com ok t/quote-encoded.t ...... 1..2 ok 1 ok 2 ok t/quoting.t ............ 1..13 ok 1 - we automatically quote a phrase with ! in it ok 2 - the phrase method returns the right thing ok 3 - round trip format the previously parsed email ok 4 - the phrase method returns the right thing ok 5 - given an email with an unquoted !, we quote when formatting ok 6 - the phrase method returns the right thing ok 7 - phrase round trips via ->new ok 8 ok 9 - round trip safely ok 10 - we parenthesize comments ok 11 - we parenthesize comments ok 12 - we do not provide an empty phrase ok 13 - we do not provide an empty phrase ok t/tests.t .............. 1..104 ok 1 - use Email::Address; # Subtest: test case 0 ok 1 - got expected result count 1..1 ok 2 - test case 0 # Subtest: test case 1 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'''advocacy@p.example.org ' ' '" ok 2 - format: "'''advocacy@p.example.org ' ' '" ok 3 - stringify: "'''advocacy@p.example.org ' ' '" ok 4 - name: '''advocacy@p.example.org ' ' ' 1..4 ok 3 - round trip comparison 1..3 ok 3 - test case 1 # Subtest: test case 2 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "''advocacy@p.example.org ' '" ok 2 - format: "''advocacy@p.example.org ' '" ok 3 - stringify: "''advocacy@p.example.org ' '" ok 4 - name: ''advocacy@p.example.org ' ' 1..4 ok 3 - round trip comparison 1..3 ok 4 - test case 2 # Subtest: test case 3 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'. Jerry a'" ok 2 - format: "'. Jerry a'" ok 3 - stringify: "'. Jerry a'" ok 4 - name: '. Jerry a' 1..4 ok 3 - round trip comparison 1..3 ok 5 - test case 3 # Subtest: test case 4 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Adam Turoff'" ok 2 - format: "'Adam Turoff'" ok 3 - stringify: "'Adam Turoff'" ok 4 - name: 'Adam Turoff' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison 1..5 ok 6 - test case 4 # Subtest: test case 5 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Andy Lester'" ok 2 - format: "'Andy Lester'" ok 3 - stringify: "'Andy Lester'" ok 4 - name: 'Andy Lester' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "'Gabor Szabo'" ok 2 - format: "'Gabor Szabo'" ok 3 - stringify: "'Gabor Szabo'" ok 4 - name: 'Gabor Szabo' 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 7 - round trip comparison 1..7 ok 7 - test case 5 # Subtest: test case 6 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Ask Bjoern Hansen'" ok 2 - format: "'Ask Bjoern Hansen'" ok 3 - stringify: "'Ask Bjoern Hansen'" ok 4 - name: 'Ask Bjoern Hansen' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison 1..5 ok 8 - test case 6 # Subtest: test case 7 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Chris Nandor'" ok 2 - format: "'Chris Nandor'" ok 3 - stringify: "'Chris Nandor'" ok 4 - name: 'Chris Nandor' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "'David E. Wheeler'" ok 2 - format: "'David E. Wheeler'" ok 3 - stringify: "'David E. Wheeler'" ok 4 - name: 'David E. Wheeler' 1..4 ok 5 - round trip comparison 1..5 ok 9 - test case 7 # Subtest: test case 8 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Chris Nandor'" ok 2 - format: "'Chris Nandor'" ok 3 - stringify: "'Chris Nandor'" ok 4 - name: 'Chris Nandor' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "'Elaine -HFB- Ashton'" ok 2 - format: "'Elaine -HFB- Ashton'" ok 3 - stringify: "'Elaine -HFB- Ashton'" ok 4 - name: 'Elaine -HFB- Ashton' 1..4 ok 5 - round trip comparison 1..5 ok 10 - test case 8 # Subtest: test case 9 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Chris Nandor'" ok 2 - format: "'Chris Nandor'" ok 3 - stringify: "'Chris Nandor'" ok 4 - name: 'Chris Nandor' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "'Jon Orwant'" ok 2 - format: "'Jon Orwant'" ok 3 - stringify: "'Jon Orwant'" ok 4 - name: 'Jon Orwant' 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: chip@valinux.com ok 2 - format: chip@valinux.com ok 3 - stringify: chip@valinux.com ok 4 - name: chip 1..4 ok 7 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 8 - parse results # Subtest: round trip comparison ok 1 - format: tidbit@sri.net ok 2 - format: tidbit@sri.net ok 3 - stringify: tidbit@sri.net ok 4 - name: tidbit 1..4 ok 9 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 10 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 11 - round trip comparison 1..11 ok 11 - test case 9 # Subtest: test case 10 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Chris Nandor'" ok 2 - format: "'Chris Nandor'" ok 3 - stringify: "'Chris Nandor'" ok 4 - name: 'Chris Nandor' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: perl5-porters@p.example.org ok 2 - format: perl5-porters@p.example.org ok 3 - stringify: perl5-porters@p.example.org ok 4 - name: perl5-porters 1..4 ok 7 - round trip comparison 1..7 ok 12 - test case 10 # Subtest: test case 11 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Chris Nandor'" ok 2 - format: "'Chris Nandor'" ok 3 - stringify: "'Chris Nandor'" ok 4 - name: 'Chris Nandor' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison 1..5 ok 13 - test case 11 # Subtest: test case 12 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Chris Nandor'" ok 2 - format: "'Chris Nandor'" ok 3 - stringify: "'Chris Nandor'" ok 4 - name: 'Chris Nandor' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: perl5-porters@p.example.org ok 2 - format: perl5-porters@p.example.org ok 3 - stringify: perl5-porters@p.example.org ok 4 - name: perl5-porters 1..4 ok 7 - round trip comparison 1..7 ok 14 - test case 12 # Subtest: test case 13 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'David H. Adler '" ok 2 - format: "'David H. Adler '" ok 3 - stringify: "'David H. Adler '" ok 4 - name: 'David H. Adler ' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "'advocacy@p.example.org '" ok 2 - format: "'advocacy@p.example.org '" ok 3 - stringify: "'advocacy@p.example.org '" ok 4 - name: 'advocacy@p.example.org ' 1..4 ok 5 - round trip comparison 1..5 ok 15 - test case 13 # Subtest: test case 14 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Doucette, Bob'" ok 2 - format: "'Doucette, Bob'" ok 3 - stringify: "'Doucette, Bob'" ok 4 - name: 'Doucette, Bob' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "'Rich Bowen'" ok 2 - format: "'Rich Bowen'" ok 3 - stringify: "'Rich Bowen'" ok 4 - name: 'Rich Bowen' 1..4 ok 5 - round trip comparison 1..5 ok 16 - test case 14 # Subtest: test case 15 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Elaine -HFB- Ashton '" ok 2 - format: "'Elaine -HFB- Ashton '" ok 3 - stringify: "'Elaine -HFB- Ashton '" ok 4 - name: 'Elaine -HFB- Ashton ' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "Turoff, Adam" ok 2 - format: "Turoff, Adam" ok 3 - stringify: "Turoff, Adam" ok 4 - name: Turoff, Adam 1..4 ok 5 - round trip comparison 1..5 ok 17 - test case 15 # Subtest: test case 16 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Elaine -HFB- Ashton'" ok 2 - format: "'Elaine -HFB- Ashton'" ok 3 - stringify: "'Elaine -HFB- Ashton'" ok 4 - name: 'Elaine -HFB- Ashton' 1..4 ok 3 - round trip comparison 1..3 ok 18 - test case 16 # Subtest: test case 17 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Elaine -HFB- Ashton'" ok 2 - format: "'Elaine -HFB- Ashton'" ok 3 - stringify: "'Elaine -HFB- Ashton'" ok 4 - name: 'Elaine -HFB- Ashton' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "'Larry Wall'" ok 2 - format: "'Larry Wall'" ok 3 - stringify: "'Larry Wall'" ok 4 - name: 'Larry Wall' 1..4 ok 5 - round trip comparison 1..5 ok 19 - test case 17 # Subtest: test case 18 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Elaine -HFB- Ashton'" ok 2 - format: "'Elaine -HFB- Ashton'" ok 3 - stringify: "'Elaine -HFB- Ashton'" ok 4 - name: 'Elaine -HFB- Ashton' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "'Larry Wall'" ok 2 - format: "'Larry Wall'" ok 3 - stringify: "'Larry Wall'" ok 4 - name: 'Larry Wall' 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: "'Jon Orwant'" ok 2 - format: "'Jon Orwant'" ok 3 - stringify: "'Jon Orwant'" ok 4 - name: 'Jon Orwant' 1..4 ok 7 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 8 - parse results # Subtest: round trip comparison ok 1 - format: chip@valinux.com ok 2 - format: chip@valinux.com ok 3 - stringify: chip@valinux.com ok 4 - name: chip 1..4 ok 9 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 10 - parse results # Subtest: round trip comparison ok 1 - format: tidbit@sri.net ok 2 - format: tidbit@sri.net ok 3 - stringify: tidbit@sri.net ok 4 - name: tidbit 1..4 ok 11 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 12 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 13 - round trip comparison 1..13 ok 20 - test case 18 # Subtest: test case 19 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Elaine -HFB- Ashton'" ok 2 - format: "'Elaine -HFB- Ashton'" ok 3 - stringify: "'Elaine -HFB- Ashton'" ok 4 - name: 'Elaine -HFB- Ashton' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "'Larry Wall'" ok 2 - format: "'Larry Wall'" ok 3 - stringify: "'Larry Wall'" ok 4 - name: 'Larry Wall' 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: "'Jon Orwant'" ok 2 - format: "'Jon Orwant'" ok 3 - stringify: "'Jon Orwant'" ok 4 - name: 'Jon Orwant' 1..4 ok 7 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 8 - parse results # Subtest: round trip comparison ok 1 - format: chip@valinux.com ok 2 - format: chip@valinux.com ok 3 - stringify: chip@valinux.com ok 4 - name: chip 1..4 ok 9 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 10 - parse results # Subtest: round trip comparison ok 1 - format: tidbit@sri.net ok 2 - format: tidbit@sri.net ok 3 - stringify: tidbit@sri.net ok 4 - name: tidbit 1..4 ok 11 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 12 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 13 - round trip comparison 1..13 ok 21 - test case 19 # Subtest: test case 20 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Elaine -HFB- Ashton'" ok 2 - format: "'Elaine -HFB- Ashton'" ok 3 - stringify: "'Elaine -HFB- Ashton'" ok 4 - name: 'Elaine -HFB- Ashton' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison 1..5 ok 22 - test case 20 # Subtest: test case 21 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'John Porter'" ok 2 - format: "'John Porter'" ok 3 - stringify: "'John Porter'" ok 4 - name: 'John Porter' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "'advocacy@p.example.org'" ok 2 - format: "'advocacy@p.example.org'" ok 3 - stringify: "'advocacy@p.example.org'" ok 4 - name: 'advocacy@p.example.org' 1..4 ok 5 - round trip comparison 1..5 ok 23 - test case 21 # Subtest: test case 22 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Larry Wall'" ok 2 - format: "'Larry Wall'" ok 3 - stringify: "'Larry Wall'" ok 4 - name: 'Larry Wall' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "'Jon Orwant'" ok 2 - format: "'Jon Orwant'" ok 3 - stringify: "'Jon Orwant'" ok 4 - name: 'Jon Orwant' 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: chip@valinux.com ok 2 - format: chip@valinux.com ok 3 - stringify: chip@valinux.com ok 4 - name: chip 1..4 ok 7 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 8 - parse results # Subtest: round trip comparison ok 1 - format: tidbit@sri.net ok 2 - format: tidbit@sri.net ok 3 - stringify: tidbit@sri.net ok 4 - name: tidbit 1..4 ok 9 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 10 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 11 - round trip comparison 1..11 ok 24 - test case 22 # Subtest: test case 23 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Madeline Schnapp '" ok 2 - format: "'Madeline Schnapp '" ok 3 - stringify: "'Madeline Schnapp '" ok 4 - name: 'Madeline Schnapp ' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "'advocacy@p.example.org '" ok 2 - format: "'advocacy@p.example.org '" ok 3 - stringify: "'advocacy@p.example.org '" ok 4 - name: 'advocacy@p.example.org ' 1..4 ok 5 - round trip comparison 1..5 ok 25 - test case 23 # Subtest: test case 24 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Mark Mielke'" ok 2 - format: "'Mark Mielke'" ok 3 - stringify: "'Mark Mielke'" ok 4 - name: 'Mark Mielke' 1..4 ok 3 - round trip comparison 1..3 ok 26 - test case 24 # Subtest: test case 25 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Pamela Carter'" ok 2 - format: "'Pamela Carter'" ok 3 - stringify: "'Pamela Carter'" ok 4 - name: 'Pamela Carter' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison 1..5 ok 27 - test case 25 # Subtest: test case 26 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Shlomi Fish'" ok 2 - format: "'Shlomi Fish'" ok 3 - stringify: "'Shlomi Fish'" ok 4 - name: 'Shlomi Fish' 1..4 ok 3 - round trip comparison 1..3 ok 28 - test case 26 # Subtest: test case 27 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Steve Lane'" ok 2 - format: "'Steve Lane'" ok 3 - stringify: "'Steve Lane'" ok 4 - name: 'Steve Lane' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "'Chris Nandor'" ok 2 - format: "'Chris Nandor'" ok 3 - stringify: "'Chris Nandor'" ok 4 - name: 'Chris Nandor' 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 7 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 8 - parse results # Subtest: round trip comparison ok 1 - format: perl5-porters@p.example.org ok 2 - format: perl5-porters@p.example.org ok 3 - stringify: perl5-porters@p.example.org ok 4 - name: perl5-porters 1..4 ok 9 - round trip comparison 1..9 ok 29 - test case 27 # Subtest: test case 28 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'Tom Christiansen'" ok 2 - format: "'Tom Christiansen'" ok 3 - stringify: "'Tom Christiansen'" ok 4 - name: 'Tom Christiansen' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "Horsley Tom" ok 2 - format: "Horsley Tom" ok 3 - stringify: "Horsley Tom" ok 4 - name: Horsley Tom 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: "'Steve Lane'" ok 2 - format: "'Steve Lane'" ok 3 - stringify: "'Steve Lane'" ok 4 - name: 'Steve Lane' 1..4 ok 7 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 8 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 9 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 10 - parse results # Subtest: round trip comparison ok 1 - format: perl5-porters@p.example.org ok 2 - format: perl5-porters@p.example.org ok 3 - stringify: perl5-porters@p.example.org ok 4 - name: perl5-porters 1..4 ok 11 - round trip comparison 1..11 ok 30 - test case 28 # Subtest: test case 29 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'abigail@foad.example.biz'" ok 2 - format: "'abigail@foad.example.biz'" ok 3 - stringify: "'abigail@foad.example.biz'" ok 4 - name: 'abigail@foad.example.biz' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "Michael R. Wolf" ok 2 - format: "Michael R. Wolf" ok 3 - stringify: "Michael R. Wolf" ok 4 - name: Michael R. Wolf 1..4 ok 5 - round trip comparison 1..5 ok 31 - test case 29 # Subtest: test case 30 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'abigail@foad.example.biz'" ok 2 - format: "'abigail@foad.example.biz'" ok 3 - stringify: "'abigail@foad.example.biz'" ok 4 - name: 'abigail@foad.example.biz' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "Michael G Schwern" ok 2 - format: "Michael G Schwern" ok 3 - stringify: "Michael G Schwern" ok 4 - name: Michael G Schwern 1..4 ok 5 - round trip comparison 1..5 ok 32 - test case 30 # Subtest: test case 31 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'abigail@foad.example.biz'" ok 2 - format: "'abigail@foad.example.biz'" ok 3 - stringify: "'abigail@foad.example.biz'" ok 4 - name: 'abigail@foad.example.biz' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "Michael G Schwern" ok 2 - format: "Michael G Schwern" ok 3 - stringify: "Michael G Schwern" ok 4 - name: Michael G Schwern 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: "Nicholas Clark" ok 2 - format: "Nicholas Clark" ok 3 - stringify: "Nicholas Clark" ok 4 - name: Nicholas Clark 1..4 ok 7 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 8 - parse results # Subtest: round trip comparison ok 1 - format: "Piers Cawley" ok 2 - format: "Piers Cawley" ok 3 - stringify: "Piers Cawley" ok 4 - name: Piers Cawley 1..4 ok 9 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 10 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 11 - round trip comparison 1..11 ok 33 - test case 31 # Subtest: test case 32 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'advocacy@p.example.org '" ok 2 - format: "'advocacy@p.example.org '" ok 3 - stringify: "'advocacy@p.example.org '" ok 4 - name: 'advocacy@p.example.org ' 1..4 ok 3 - round trip comparison 1..3 ok 34 - test case 32 # Subtest: test case 33 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'advocacy@p.example.org '" ok 2 - format: "'advocacy@p.example.org '" ok 3 - stringify: "'advocacy@p.example.org '" ok 4 - name: 'advocacy@p.example.org ' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "Turoff, Adam" ok 2 - format: "Turoff, Adam" ok 3 - stringify: "Turoff, Adam" ok 4 - name: Turoff, Adam 1..4 ok 5 - round trip comparison 1..5 ok 35 - test case 33 # Subtest: test case 34 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'advocacy@p.example.org'" ok 2 - format: "'advocacy@p.example.org'" ok 3 - stringify: "'advocacy@p.example.org'" ok 4 - name: 'advocacy@p.example.org' 1..4 ok 3 - round trip comparison 1..3 ok 36 - test case 34 # Subtest: test case 35 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'bwarnock@capita.com'" ok 2 - format: "'bwarnock@capita.com'" ok 3 - stringify: "'bwarnock@capita.com'" ok 4 - name: 'bwarnock@capita.com' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison 1..5 ok 37 - test case 35 # Subtest: test case 36 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'duff@x.example.com'" ok 2 - format: "'duff@x.example.com'" ok 3 - stringify: "'duff@x.example.com'" ok 4 - name: 'duff@x.example.com' 1..4 ok 3 - round trip comparison 1..3 ok 38 - test case 36 # Subtest: test case 37 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'london-list@happyfunball.pm.org'" ok 2 - format: "'london-list@happyfunball.pm.org'" ok 3 - stringify: "'london-list@happyfunball.pm.org'" ok 4 - name: 'london-list@happyfunball.pm.org' 1..4 ok 3 - round trip comparison 1..3 ok 39 - test case 37 # Subtest: test case 38 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'perl-hackers@stlouis.pm.org'" ok 2 - format: "'perl-hackers@stlouis.pm.org'" ok 3 - stringify: "'perl-hackers@stlouis.pm.org'" ok 4 - name: 'perl-hackers@stlouis.pm.org' 1..4 ok 3 - round trip comparison 1..3 ok 40 - test case 38 # Subtest: test case 39 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "'perl-hackers@stlouis.pm.org'" ok 2 - format: "'perl-hackers@stlouis.pm.org'" ok 3 - stringify: "'perl-hackers@stlouis.pm.org'" ok 4 - name: 'perl-hackers@stlouis.pm.org' 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: marsneedswomen@happyfunball.pm.org ok 2 - format: marsneedswomen@happyfunball.pm.org ok 3 - stringify: marsneedswomen@happyfunball.pm.org ok 4 - name: marsneedswomen 1..4 ok 7 - round trip comparison 1..7 ok 41 - test case 39 # Subtest: test case 40 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "" ok 2 - format: "" ok 3 - stringify: "" ok 4 - name: 1..4 ok 3 - round trip comparison 1..3 ok 42 - test case 40 # Subtest: test case 41 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Adam Turoff" ok 2 - format: "Adam Turoff" ok 3 - stringify: "Adam Turoff" ok 4 - name: Adam Turoff 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "Elaine -HFB- Ashton" ok 2 - format: "Elaine -HFB- Ashton" ok 3 - stringify: "Elaine -HFB- Ashton" ok 4 - name: Elaine -HFB- Ashton 1..4 ok 5 - round trip comparison 1..5 ok 43 - test case 41 # Subtest: test case 42 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Adam Turoff" ok 2 - format: "Adam Turoff" ok 3 - stringify: "Adam Turoff" ok 4 - name: Adam Turoff 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "Elaine -HFB- Ashton" ok 2 - format: "Elaine -HFB- Ashton" ok 3 - stringify: "Elaine -HFB- Ashton" ok 4 - name: Elaine -HFB- Ashton 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: "Brent Michalski" ok 2 - format: "Brent Michalski" ok 3 - stringify: "Brent Michalski" ok 4 - name: Brent Michalski 1..4 ok 7 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 8 - parse results # Subtest: round trip comparison ok 1 - format: "Madeline Schnapp" ok 2 - format: "Madeline Schnapp" ok 3 - stringify: "Madeline Schnapp" ok 4 - name: Madeline Schnapp 1..4 ok 9 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 10 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 11 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 12 - parse results # Subtest: round trip comparison ok 1 - format: betsy@oreilly.com ok 2 - format: betsy@oreilly.com ok 3 - stringify: betsy@oreilly.com ok 4 - name: betsy 1..4 ok 13 - round trip comparison 1..13 ok 44 - test case 42 # Subtest: test case 43 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Adam Turoff" ok 2 - format: "Adam Turoff" ok 3 - stringify: "Adam Turoff" ok 4 - name: Adam Turoff 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "Paul Prescod" ok 2 - format: "Paul Prescod" ok 3 - stringify: "Paul Prescod" ok 4 - name: Paul Prescod 1..4 ok 5 - round trip comparison 1..5 ok 45 - test case 43 # Subtest: test case 44 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Alan Olsen" ok 2 - format: "Alan Olsen" ok 3 - stringify: "Alan Olsen" ok 4 - name: Alan Olsen 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "Rich Bowen" ok 2 - format: "Rich Bowen" ok 3 - stringify: "Rich Bowen" ok 4 - name: Rich Bowen 1..4 ok 5 - round trip comparison 1..5 ok 46 - test case 44 # Subtest: test case 45 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Andreas J. Koenig" ok 2 - format: "Andreas J. Koenig" ok 3 - stringify: "Andreas J. Koenig" ok 4 - name: Andreas J. Koenig 1..4 ok 3 - round trip comparison 1..3 ok 47 - test case 45 # Subtest: test case 46 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Andreas J. Koenig" ok 2 - format: "Andreas J. Koenig" ok 3 - stringify: "Andreas J. Koenig" ok 4 - name: Andreas J. Koenig 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison 1..5 ok 48 - test case 46 # Subtest: test case 47 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Andreas J. Koenig" ok 2 - format: "Andreas J. Koenig" ok 3 - stringify: "Andreas J. Koenig" ok 4 - name: Andreas J. Koenig 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: regn@ExamPle.com ok 2 - format: regn@ExamPle.com ok 3 - stringify: regn@ExamPle.com ok 4 - name: regn 1..4 ok 7 - round trip comparison 1..7 ok 49 - test case 47 # Subtest: test case 48 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Andy Wardley" ok 2 - format: "Andy Wardley" ok 3 - stringify: "Andy Wardley" ok 4 - name: Andy Wardley 1..4 ok 3 - round trip comparison 1..3 ok 50 - test case 48 # Subtest: test case 49 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Bas A. Schulte" ok 2 - format: "Bas A. Schulte" ok 3 - stringify: "Bas A. Schulte" ok 4 - name: Bas A. Schulte 1..4 ok 3 - round trip comparison 1..3 ok 51 - test case 49 # Subtest: test case 50 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Bas A.Schulte" ok 2 - format: "Bas A.Schulte" ok 3 - stringify: "Bas A.Schulte" ok 4 - name: Bas A.Schulte 1..4 ok 3 - round trip comparison 1..3 ok 52 - test case 50 # Subtest: test case 51 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Betsy Waliszewski" ok 2 - format: "Betsy Waliszewski" ok 3 - stringify: "Betsy Waliszewski" ok 4 - name: Betsy Waliszewski 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "perl-advocacy" ok 2 - format: "perl-advocacy" ok 3 - stringify: "perl-advocacy" ok 4 - name: perl-advocacy 1..4 ok 5 - round trip comparison 1..5 ok 53 - test case 51 # Subtest: test case 52 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Bradley M. Kuhn" ok 2 - format: "Bradley M. Kuhn" ok 3 - stringify: "Bradley M. Kuhn" ok 4 - name: Bradley M. Kuhn 1..4 ok 3 - round trip comparison 1..3 ok 54 - test case 52 # Subtest: test case 53 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Brammer, Phil" ok 2 - format: "Brammer, Phil" ok 3 - stringify: "Brammer, Phil" ok 4 - name: Brammer, Phil 1..4 ok 3 - round trip comparison 1..3 ok 55 - test case 53 # Subtest: test case 54 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Brent Michalski" ok 2 - format: "Brent Michalski" ok 3 - stringify: "Brent Michalski" ok 4 - name: Brent Michalski 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "Madeline Schnapp" ok 2 - format: "Madeline Schnapp" ok 3 - stringify: "Madeline Schnapp" ok 4 - name: Madeline Schnapp 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 7 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 8 - parse results # Subtest: round trip comparison ok 1 - format: betsy@oreilly.com ok 2 - format: betsy@oreilly.com ok 3 - stringify: betsy@oreilly.com ok 4 - name: betsy 1..4 ok 9 - round trip comparison 1..9 ok 56 - test case 54 # Subtest: test case 55 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Brian Wilson" ok 2 - format: "Brian Wilson" ok 3 - stringify: "Brian Wilson" ok 4 - name: Brian Wilson 1..4 ok 3 - round trip comparison 1..3 ok 57 - test case 55 # Subtest: test case 56 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Calvin Lee" ok 2 - format: "Calvin Lee" ok 3 - stringify: "Calvin Lee" ok 4 - name: Calvin Lee 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison 1..5 ok 58 - test case 56 # Subtest: test case 57 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Calvin Lee" ok 2 - format: "Calvin Lee" ok 3 - stringify: "Calvin Lee" ok 4 - name: Calvin Lee 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison 1..5 ok 59 - test case 57 # Subtest: test case 58 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Chip Salzenberg" ok 2 - format: "Chip Salzenberg" ok 3 - stringify: "Chip Salzenberg" ok 4 - name: Chip Salzenberg 1..4 ok 3 - round trip comparison 1..3 ok 60 - test case 58 # Subtest: test case 59 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Chip Salzenberg" ok 2 - format: "Chip Salzenberg" ok 3 - stringify: "Chip Salzenberg" ok 4 - name: Chip Salzenberg 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "Elaine -HFB- Ashton" ok 2 - format: "Elaine -HFB- Ashton" ok 3 - stringify: "Elaine -HFB- Ashton" ok 4 - name: Elaine -HFB- Ashton 1..4 ok 5 - round trip comparison 1..5 ok 61 - test case 59 # Subtest: test case 60 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Chris Devers" ok 2 - format: "Chris Devers" ok 3 - stringify: "Chris Devers" ok 4 - name: Chris Devers 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "Uri Guttman" ok 2 - format: "Uri Guttman" ok 3 - stringify: "Uri Guttman" ok 4 - name: Uri Guttman 1..4 ok 5 - round trip comparison 1..5 ok 62 - test case 60 # Subtest: test case 61 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Chris Nandor" ok 2 - format: "Chris Nandor" ok 3 - stringify: "Chris Nandor" ok 4 - name: Chris Nandor 1..4 ok 3 - round trip comparison 1..3 ok 63 - test case 61 # Subtest: test case 62 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Chris Nandor" ok 2 - format: "Chris Nandor" ok 3 - stringify: "Chris Nandor" ok 4 - name: Chris Nandor 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "Nathan Torkington" ok 2 - format: "Nathan Torkington" ok 3 - stringify: "Nathan Torkington" ok 4 - name: Nathan Torkington 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: "Peter Scott" ok 2 - format: "Peter Scott" ok 3 - stringify: "Peter Scott" ok 4 - name: Peter Scott 1..4 ok 7 - round trip comparison 1..7 ok 64 - test case 62 # Subtest: test case 63 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Chris Nandor" ok 2 - format: "Chris Nandor" ok 3 - stringify: "Chris Nandor" ok 4 - name: Chris Nandor 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "Nathan Torkington" ok 2 - format: "Nathan Torkington" ok 3 - stringify: "Nathan Torkington" ok 4 - name: Nathan Torkington 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 7 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 8 - parse results # Subtest: round trip comparison ok 1 - format: "Peter Scott" ok 2 - format: "Peter Scott" ok 3 - stringify: "Peter Scott" ok 4 - name: Peter Scott 1..4 ok 9 - round trip comparison 1..9 ok 65 - test case 63 # Subtest: test case 64 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Clinton A. Pierce" ok 2 - format: "Clinton A. Pierce" ok 3 - stringify: "Clinton A. Pierce" ok 4 - name: Clinton A. Pierce 1..4 ok 3 - round trip comparison 1..3 ok 66 - test case 64 # Subtest: test case 65 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Clinton A. Pierce" ok 2 - format: "Clinton A. Pierce" ok 3 - stringify: "Clinton A. Pierce" ok 4 - name: Clinton A. Pierce 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: madeline@oreilly.com ok 2 - format: madeline@oreilly.com ok 3 - stringify: madeline@oreilly.com ok 4 - name: madeline 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: pudge@x.example.com ok 2 - format: pudge@x.example.com ok 3 - stringify: pudge@x.example.com ok 4 - name: pudge 1..4 ok 7 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 8 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 9 - round trip comparison 1..9 ok 67 - test case 65 # Subtest: test case 66 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Curtis Poe" ok 2 - format: "Curtis Poe" ok 3 - stringify: "Curtis Poe" ok 4 - name: Curtis Poe 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison 1..5 ok 68 - test case 66 # Subtest: test case 67 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Curtis Poe" ok 2 - format: "Curtis Poe" ok 3 - stringify: "Curtis Poe" ok 4 - name: Curtis Poe 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison 1..5 ok 69 - test case 67 # Subtest: test case 68 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Dave Cross" ok 2 - format: "Dave Cross" ok 3 - stringify: "Dave Cross" ok 4 - name: Dave Cross 1..4 ok 3 - round trip comparison 1..3 ok 70 - test case 68 # Subtest: test case 69 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "David E. Wheeler" ok 2 - format: "David E. Wheeler" ok 3 - stringify: "David E. Wheeler" ok 4 - name: David E. Wheeler 1..4 ok 3 - round trip comparison 1..3 ok 71 - test case 69 # Subtest: test case 70 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "David E. Wheeler" ok 2 - format: "David E. Wheeler" ok 3 - stringify: "David E. Wheeler" ok 4 - name: David E. Wheeler 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "'Larry Wall'" ok 2 - format: "'Larry Wall'" ok 3 - stringify: "'Larry Wall'" ok 4 - name: 'Larry Wall' 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: "'Jon Orwant'" ok 2 - format: "'Jon Orwant'" ok 3 - stringify: "'Jon Orwant'" ok 4 - name: 'Jon Orwant' 1..4 ok 7 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 8 - parse results # Subtest: round trip comparison ok 1 - format: chip@valinux.com ok 2 - format: chip@valinux.com ok 3 - stringify: chip@valinux.com ok 4 - name: chip 1..4 ok 9 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 10 - parse results # Subtest: round trip comparison ok 1 - format: tidbit@sri.net ok 2 - format: tidbit@sri.net ok 3 - stringify: tidbit@sri.net ok 4 - name: tidbit 1..4 ok 11 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 12 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 13 - round trip comparison 1..13 ok 72 - test case 70 # Subtest: test case 71 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "David E. Wheeler" ok 2 - format: "David E. Wheeler" ok 3 - stringify: "David E. Wheeler" ok 4 - name: David E. Wheeler 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "'Elaine -HFB- Ashton'" ok 2 - format: "'Elaine -HFB- Ashton'" ok 3 - stringify: "'Elaine -HFB- Ashton'" ok 4 - name: 'Elaine -HFB- Ashton' 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: "'Larry Wall'" ok 2 - format: "'Larry Wall'" ok 3 - stringify: "'Larry Wall'" ok 4 - name: 'Larry Wall' 1..4 ok 7 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 8 - parse results # Subtest: round trip comparison ok 1 - format: "'Jon Orwant'" ok 2 - format: "'Jon Orwant'" ok 3 - stringify: "'Jon Orwant'" ok 4 - name: 'Jon Orwant' 1..4 ok 9 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 10 - parse results # Subtest: round trip comparison ok 1 - format: tidbit@sri.net ok 2 - format: tidbit@sri.net ok 3 - stringify: tidbit@sri.net ok 4 - name: tidbit 1..4 ok 11 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 12 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 13 - round trip comparison 1..13 ok 73 - test case 71 # Subtest: test case 72 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "David Grove" ok 2 - format: "David Grove" ok 3 - stringify: "David Grove" ok 4 - name: David Grove 1..4 ok 3 - round trip comparison 1..3 ok 74 - test case 72 # Subtest: test case 73 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "David Grove" ok 2 - format: "David Grove" ok 3 - stringify: "David Grove" ok 4 - name: David Grove 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison 1..5 ok 75 - test case 73 # Subtest: test case 74 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "David H. Adler" ok 2 - format: "David H. Adler" ok 3 - stringify: "David H. Adler" ok 4 - name: David H. Adler 1..4 ok 3 - round trip comparison 1..3 ok 76 - test case 74 # Subtest: test case 75 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "David H. Adler" ok 2 - format: "David H. Adler" ok 3 - stringify: "David H. Adler" ok 4 - name: David H. Adler 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: simon@brecon.co.uk ok 2 - format: simon@brecon.co.uk ok 3 - stringify: simon@brecon.co.uk ok 4 - name: simon 1..4 ok 7 - round trip comparison 1..7 ok 77 - test case 75 # Subtest: test case 76 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "David H. Adler" ok 2 - format: "David H. Adler" ok 3 - stringify: "David H. Adler" ok 4 - name: David H. Adler 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison 1..5 ok 78 - test case 76 # Subtest: test case 77 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "David H. Adler" ok 2 - format: "David H. Adler" ok 3 - stringify: "David H. Adler" ok 4 - name: David H. Adler 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: perl5-porters@p.example.org ok 2 - format: perl5-porters@p.example.org ok 3 - stringify: perl5-porters@p.example.org ok 4 - name: perl5-porters 1..4 ok 7 - round trip comparison 1..7 ok 79 - test case 77 # Subtest: test case 78 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "David H. Adler" ok 2 - format: "David H. Adler" ok 3 - stringify: "David H. Adler" ok 4 - name: David H. Adler 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison 1..5 ok 80 - test case 78 # Subtest: test case 79 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Edwards, Darryl" ok 2 - format: "Edwards, Darryl" ok 3 - stringify: "Edwards, Darryl" ok 4 - name: Edwards, Darryl 1..4 ok 3 - round trip comparison 1..3 ok 81 - test case 79 # Subtest: test case 80 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Elaine -HFB- Ashton" ok 2 - format: "Elaine -HFB- Ashton" ok 3 - stringify: "Elaine -HFB- Ashton" ok 4 - name: Elaine -HFB- Ashton 1..4 ok 3 - round trip comparison 1..3 ok 82 - test case 80 # Subtest: test case 81 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Elaine -HFB- Ashton" ok 2 - format: "Elaine -HFB- Ashton" ok 3 - stringify: "Elaine -HFB- Ashton" ok 4 - name: Elaine -HFB- Ashton 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "Brent Michalski" ok 2 - format: "Brent Michalski" ok 3 - stringify: "Brent Michalski" ok 4 - name: Brent Michalski 1..4 ok 5 - round trip comparison 1..5 ok 83 - test case 81 # Subtest: test case 82 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Elaine -HFB- Ashton" ok 2 - format: "Elaine -HFB- Ashton" ok 3 - stringify: "Elaine -HFB- Ashton" ok 4 - name: Elaine -HFB- Ashton 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "Frank Schmuck, CFO" ok 2 - format: "Frank Schmuck, CFO" ok 3 - stringify: "Frank Schmuck, CFO" ok 4 - name: Frank Schmuck, CFO 1..4 ok 5 - round trip comparison 1..5 ok 84 - test case 82 # Subtest: test case 83 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Elaine -HFB- Ashton" ok 2 - format: "Elaine -HFB- Ashton" ok 3 - stringify: "Elaine -HFB- Ashton" ok 4 - name: Elaine -HFB- Ashton 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "Peter Scott" ok 2 - format: "Peter Scott" ok 3 - stringify: "Peter Scott" ok 4 - name: Peter Scott 1..4 ok 5 - round trip comparison 1..5 ok 85 - test case 83 # Subtest: test case 84 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Elaine -HFB- Ashton" ok 2 - format: "Elaine -HFB- Ashton" ok 3 - stringify: "Elaine -HFB- Ashton" ok 4 - name: Elaine -HFB- Ashton 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "Tom Christiansen" ok 2 - format: "Tom Christiansen" ok 3 - stringify: "Tom Christiansen" ok 4 - name: Tom Christiansen 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: Ben_Tilly@trepp.com ok 2 - format: Ben_Tilly@trepp.com ok 3 - stringify: Ben_Tilly@trepp.com ok 4 - name: Ben_Tilly 1..4 ok 7 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 8 - parse results # Subtest: round trip comparison ok 1 - format: "David H. Adler" ok 2 - format: "David H. Adler" ok 3 - stringify: "David H. Adler" ok 4 - name: David H. Adler 1..4 ok 9 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 10 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 11 - round trip comparison 1..11 ok 86 - test case 84 # Subtest: test case 85 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Elaine -HFB- Ashton" ok 2 - format: "Elaine -HFB- Ashton" ok 3 - stringify: "Elaine -HFB- Ashton" ok 4 - name: Elaine -HFB- Ashton 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "brian d foy" ok 2 - format: "brian d foy" ok 3 - stringify: "brian d foy" ok 4 - name: brian d foy 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 7 - round trip comparison 1..7 ok 87 - test case 85 # Subtest: test case 86 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Elaine -HFB- Ashton" ok 2 - format: "Elaine -HFB- Ashton" ok 3 - stringify: "Elaine -HFB- Ashton" ok 4 - name: Elaine -HFB- Ashton 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison 1..5 ok 88 - test case 86 # Subtest: test case 87 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Frank Schmuck, CFO" ok 2 - format: "Frank Schmuck, CFO" ok 3 - stringify: "Frank Schmuck, CFO" ok 4 - name: Frank Schmuck, CFO 1..4 ok 3 - round trip comparison 1..3 ok 89 - test case 87 # Subtest: test case 88 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Frank Schmuck, CFO" ok 2 - format: "Frank Schmuck, CFO" ok 3 - stringify: "Frank Schmuck, CFO" ok 4 - name: Frank Schmuck, CFO 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: "'abigail@foad.example.biz'" ok 2 - format: "'abigail@foad.example.biz'" ok 3 - stringify: "'abigail@foad.example.biz'" ok 4 - name: 'abigail@foad.example.biz' 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: "Michael G Schwern" ok 2 - format: "Michael G Schwern" ok 3 - stringify: "Michael G Schwern" ok 4 - name: Michael G Schwern 1..4 ok 7 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 8 - parse results # Subtest: round trip comparison ok 1 - format: "Nicholas Clark" ok 2 - format: "Nicholas Clark" ok 3 - stringify: "Nicholas Clark" ok 4 - name: Nicholas Clark 1..4 ok 9 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 10 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 11 - round trip comparison 1..11 ok 90 - test case 88 # Subtest: test case 89 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "G. Wade Johnson" ok 2 - format: "G. Wade Johnson" ok 3 - stringify: "G. Wade Johnson" ok 4 - name: G. Wade Johnson 1..4 ok 3 - round trip comparison 1..3 ok 91 - test case 89 # Subtest: test case 90 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Gabor Szabo" ok 2 - format: "Gabor Szabo" ok 3 - stringify: "Gabor Szabo" ok 4 - name: Gabor Szabo 1..4 ok 3 - round trip comparison 1..3 ok 92 - test case 90 # Subtest: test case 91 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Greg Norris" (humble visionary genius) ok 2 - format: "Greg Norris" (humble visionary genius) ok 3 - stringify: "Greg Norris" (humble visionary genius) ok 4 - name: Greg Norris 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison 1..5 ok 93 - test case 91 # Subtest: test case 92 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Greg Norris (humble visionary genius)" ok 2 - format: "Greg Norris (humble visionary genius)" ok 3 - stringify: "Greg Norris (humble visionary genius)" ok 4 - name: Greg Norris (humble visionary genius) 1..4 ok 3 - round trip comparison 1..3 ok 94 - test case 92 # Subtest: test case 93 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Greg Norris humble visionary genius\"" ok 2 - format: "Greg Norris humble visionary genius\"" ok 3 - stringify: "Greg Norris humble visionary genius\"" ok 4 - name: Greg Norris humble visionary genius 1..4 ok 3 - round trip comparison 1..3 ok 95 - test case 93 # Subtest: test case 94 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Helton, Brandon" ok 2 - format: "Helton, Brandon" ok 3 - stringify: "Helton, Brandon" ok 4 - name: Helton, Brandon 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: perl6-language@p.example.org ok 2 - format: perl6-language@p.example.org ok 3 - stringify: perl6-language@p.example.org ok 4 - name: perl6-language 1..4 ok 5 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 6 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 7 - round trip comparison 1..7 ok 96 - test case 94 # Subtest: test case 95 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Jan Dubois" ok 2 - format: "Jan Dubois" ok 3 - stringify: "Jan Dubois" ok 4 - name: Jan Dubois 1..4 ok 3 - round trip comparison 1..3 ok 97 - test case 95 # Subtest: test case 96 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Jason W. May" ok 2 - format: "Jason W. May" ok 3 - stringify: "Jason W. May" ok 4 - name: Jason W. May 1..4 ok 3 - round trip comparison 1..3 ok 98 - test case 96 # Subtest: test case 97 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Jason W. May" ok 2 - format: "Jason W. May" ok 3 - stringify: "Jason W. May" ok 4 - name: Jason W. May 1..4 ok 3 - round trip comparison 1..3 ok 99 - test case 97 # Subtest: test case 98 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Jason W. May" ok 2 - format: "Jason W. May" ok 3 - stringify: "Jason W. May" ok 4 - name: Jason W. May 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison 1..5 ok 100 - test case 98 # Subtest: test case 99 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Jason W. May" ok 2 - format: "Jason W. May" ok 3 - stringify: "Jason W. May" ok 4 - name: Jason W. May 1..4 ok 3 - round trip comparison 1..3 ok 101 - test case 99 # Subtest: test case 100 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "Jason W. May" ok 2 - format: "Jason W. May" ok 3 - stringify: "Jason W. May" ok 4 - name: Jason W. May 1..4 ok 3 - round trip comparison # Subtest: parse results ok 1 - phrase 1..1 ok 4 - parse results # Subtest: round trip comparison ok 1 - format: advocacy@p.example.org ok 2 - format: advocacy@p.example.org ok 3 - stringify: advocacy@p.example.org ok 4 - name: advocacy 1..4 ok 5 - round trip comparison 1..5 ok 102 - test case 100 # Subtest: test case 101 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: admin+=E6=96=B0=E5=8A=A0=E5=9D=A1_Weblog@test.sxt.example.info ok 2 - format: admin+=E6=96=B0=E5=8A=A0=E5=9D=A1_Weblog@test.sxt.example.info ok 3 - stringify: admin+=E6=96=B0=E5=8A=A0=E5=9D=A1_Weblog@test.sxt.example.info ok 4 - name: admin+=E6=96=B0=E5=8A=A0=E5=9D=A1_Weblog 1..4 ok 3 - round trip comparison 1..3 ok 103 - test case 101 # Subtest: test case 102 ok 1 - got expected result count # Subtest: parse results ok 1 - phrase 1..1 ok 2 - parse results # Subtest: round trip comparison ok 1 - format: "" ok 2 - format: "" ok 3 - stringify: "" ok 4 - name: 1..4 ok 3 - round trip comparison 1..3 ok 104 - test case 102 ok All tests successful. Files=9, Tests=157, 2 wallclock secs ( 0.25 usr 0.05 sys + 1.23 cusr 0.11 csys = 1.64 CPU) Result: PASS RJBS/Email-Address-1.907.tar.gz make test TEST_VERBOSE=1 -- OK Ricardo SIGNES <rjbs@cpan.org> RFC 2822 Address Parsing and Creation >>> (cd /Users/fly2000/var/cpan/build/Email-Address-1.907-vlWeDe && tar cvf - Email-Address-1.907.ppd blib) | gzip -c >/Users/fly2000/var/REPO/R/RJ/RJBS/Email-Address-1.907.tar.gz Email-Address-1.907.ppd blib/ blib/lib/ blib/lib/Email/ blib/lib/Email/Address.pm blib/man3/ blib/man3/Email::Address.3 >>> mv /Users/fly2000/var/cpan/build/Email-Address-1.907-vlWeDe/Email-Address-1.907.ppd /Users/fly2000/var/REPO/R/RJ/RJBS Finished 2015-02-04T10:19:37