PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2014-11-17T18:28:06 ActivePerl-1205 CPAN-2.00 Reading '/export/home/fly1232/var/cpan/Metadata' Database was generated on Tue, 18 Nov 2014 01:17:02 GMT Running make for P/PE/PEVANS/String-Tagged-0.12.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/P/PE/PEVANS/String-Tagged-0.12.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/P/PE/PEVANS/CHECKSUMS Checksum for /export/home/fly1232/var/cpan/sources/authors/id/P/PE/PEVANS/String-Tagged-0.12.tar.gz ok String-Tagged-0.12 String-Tagged-0.12/LICENSE String-Tagged-0.12/Build.PL String-Tagged-0.12/MANIFEST String-Tagged-0.12/META.json String-Tagged-0.12/Changes String-Tagged-0.12/Makefile.PL String-Tagged-0.12/README String-Tagged-0.12/META.yml String-Tagged-0.12/examples String-Tagged-0.12/examples/demo-show.pl String-Tagged-0.12/lib String-Tagged-0.12/lib/String String-Tagged-0.12/lib/String/Tagged.pm String-Tagged-0.12/lib/String/Tagged String-Tagged-0.12/lib/String/Tagged/Formatting.pod String-Tagged-0.12/t String-Tagged-0.12/t/21merge-tags-anchors.t String-Tagged-0.12/t/32split.t String-Tagged-0.12/t/50subclass.t String-Tagged-0.12/t/04tags-appendstr.t String-Tagged-0.12/t/30appendinsert.t String-Tagged-0.12/t/02tags-conststr.t String-Tagged-0.12/t/31matches.t String-Tagged-0.12/t/05tags-delete.t String-Tagged-0.12/t/03tags-iter-limit.t String-Tagged-0.12/t/07tags-range.t String-Tagged-0.12/t/06tags-substr.t String-Tagged-0.12/t/10debugprint.t String-Tagged-0.12/t/40operators.t String-Tagged-0.12/t/00use.t String-Tagged-0.12/t/11clone.t String-Tagged-0.12/t/20merge-tags.t String-Tagged-0.12/t/01plain.t String-Tagged-0.12/t/99pod.t CPAN.pm: Building P/PE/PEVANS/String-Tagged-0.12.tar.gz >>> /export/home/fly1232/bin/perl Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for String::Tagged Writing MYMETA.yml and MYMETA.json >>> make cp lib/String/Tagged.pm blib/lib/String/Tagged.pm cp lib/String/Tagged/Formatting.pod blib/lib/String/Tagged/Formatting.pod Manifying 2 pod documents PEVANS/String-Tagged-0.12.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/export/home/fly1232/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00use.t ................. ok 1 - use String::Tagged; 1..1 ok t/01plain.t ............... ok 1 - Plain string accessor ok 2 - Plain string length ok 3 - length() str also works ok 4 - Plain substring accessor ok 5 - 'Tagged substring accessor' isa 'String::Tagged' ok 6 - After set_substr ok 7 - String length after set_substr ok 8 - After insert ok 9 - After append 1..9 ok t/02tags-conststr.t ....... ok 1 - No tags defined initially ok 2 - ->apply_tag returns $str ok 3 - message tag now defined ok 4 - tags list after apply message ok 5 - one extent from iter_extents ok 6 - String::Tagged::Extent->can(...) ok 7 - $e->string ok 8 - $e->start ok 9 - $e->length ok 10 - $e->end ok 11 - $e->plain_substr ok 12 - '$e->substr' isa 'String::Tagged' ok 13 - $e->substr->iter_tags ok 14 - tags at pos 0 ok 15 - message tag is 1 at pos 0 ok 16 - space tag now also defined ok 17 - tags list after apply space ok 18 - two extent from iter_extents ok 19 - $e[0]->substr ok 20 - $e[1]->substr ok 21 - tags list non-overlapping after apply space ok 22 - substrs non-overlapping after apply space ok 23 - tags list non-overlapping after apply space ok 24 - substrs non-overlapping after apply space ok 25 - tags list with overridden tag ok 26 - tags list with overridden tag at BOS ok 27 - extent objects contain start/end/anchor_before/anchor_after ok 28 - tags at pos 0 of edge-anchored ok 29 - everywhere tag is 1 at pos 0 of edge-anchored ok 30 - tags list with edge-anchored tags ok 31 - ->get_tags_at( 1 ) ok 32 - ->get_tags_at( 4 ) ok 33 - constructor clones string ok 34 - constructor clones tags ok 35 - ->str from ->new_tagged ok 36 - tags at pos 0 from ->new_tagged ok 37 - tags list from ->new_tagged ok 38 - get_tag_at retrieved value 1..38 ok t/03tags-iter-limit.t ..... ok 1 - tags list with start offset ok 2 - tags list with end limit ok 3 - tags list with only (message) ok 4 - tags list with except (message) ok 5 - tags list non-overlapping with start offset ok 6 - tags list non-overlapping with end limit ok 7 - tags list non-overlapping with only limit ok 8 - tags list non-overlapping with except limit ok 9 - substrs non-overlapping with start offset ok 10 - substrs non-overlapping with start offset 1..10 ok t/04tags-appendstr.t ...... ok 1 - No tags defined initially ok 2 - ->apply_tag returns $str ok 3 - ->append_tagged returns $str ok 4 - str after first append ok 5 - tagnames after first append ok 6 - tags at pos 0 ok 7 - word tag at pos 0 ok 8 - tags list after first append ok 9 - str after second append ok 10 - tags list after second append ok 11 - str after third append ok 12 - tags list after third append 1..12 ok t/05tags-delete.t ......... ok 1 - tags list initially ok 2 - ->delete_tag returns $str ok 3 - tags list after delete ok 4 - ->unapply_tag returns $str ok 5 - tags list after unapply ok 6 - tags list after second unapply ok 7 - tags list after third unapply 1..7 ok t/06tags-substr.t ......... ok 1 - tags list initially ok 2 - tags list after first substr ok 3 - tags list after second substr ok 4 - tags list after collapsing substr ok 5 - tags list after straddling substr ok 6 - tags list after prepend substr ok 7 - $sub->str ok 8 - two tag starts at 1 ok 9 - two tag length is 3 1..9 ok t/07tags-range.t .......... ok 1 - Got an extent ok 2 - $e->str ok 3 - $e->start ok 4 - $e->end ok 5 - $e->length ok 6 - $e->substr ok 7 - $e->anchor_before ok 8 - $e->anchor_after ok 9 - $e->start ok 10 - $e->end ok 11 - $e->substr of 7/big ok 12 - $e->anchor_before ok 13 - $e->anchor_after ok 14 - $e not defined for 3/big ok 15 - $e missing defined for 3/big ok 16 - $e->start ok 17 - $e->end ok 18 - $e missing not defined for 7/big ok 19 - $e missing defined for 10/big ok 20 - $e->start ok 21 - $e->end 1..21 ok t/10debugprint.t .......... ok 1 - untagged ok 2 - one tag ok 3 - single-char tag ok 4 - everywhere tag 1..4 ok t/11clone.t ............... ok 1 - ->str of clone ok 2 - ->tagnames of clone ok 3 - ->str of clone ok 4 - ->tagnames of partial clone ok 5 - ->tagnames of converted clone ok 6 - value of sub-converted tag 1..6 ok t/20merge-tags.t .......... ok 1 - tags list before merge ok 2 - tags list after merge ok 3 - tags list after merge differing values ok 4 - tags list after merge differing names ok 5 - tags list after merge 3 ok 6 - tags list after merge non-overlap ok 7 - tags list after merge with overlap ok 8 - tags list after merge with overlap 1..8 ok t/21merge-tags-anchors.t .. ok 1 - tags list after merge ok 2 - tags list after prepend ok 3 - tags list after append 1..3 ok t/30appendinsert.t ........ ok 1 - str after first append ok 2 - tags list after first append ok 3 - str after second append ok 4 - tags list after secondappend ok 5 - str after first prepend ok 6 - tags list after first prepend ok 7 - str after second prepend ok 8 - tags list after second prepend 1..8 ok t/31matches.t ............. ok 1 - Result of ->matches 1..1 ok t/32split.t ............... ok 1 - ->split returns 2 elements ok 2 - '->split returns String::Tagged instances' isa 'String::Tagged' ok 3 - ->split returns correct strings ok 4 - $e->start of copied tag ok 5 - $e->length of copied tag ok 6 - ->split with limit returns only that limit ok 7 - ->split with limit returns correct strings ok 8 - ->split with capture returns captures too ok 9 - ->split with capture returns correct strings 1..9 ok t/40operators.t ........... ok 1 - STRINGify operator ok 2 - concat after ok 3 - concat before ok 4 - str after .= operator 1..4 ok t/50subclass.t ............ ok 1 - '$foo' isa 'STSubclass' ok 2 - '$foo' isa 'String::Tagged' ok 3 - 'concat plain after' isa 'STSubclass' ok 4 - 'concat plain before' isa 'STSubclass' ok 5 - 'concat plain after' isa 'STSubclass' ok 6 - 'concat plain before' isa 'STSubclass' 1..6 ok t/99pod.t ................. 1..2 ok 1 - POD test for blib/lib/String/Tagged.pm ok 2 - POD test for blib/lib/String/Tagged/Formatting.pod ok All tests successful. Files=18, Tests=158, 3 wallclock secs ( 0.30 usr 0.12 sys + 2.43 cusr 0.39 csys = 3.24 CPU) Result: PASS PEVANS/String-Tagged-0.12.tar.gz make test TEST_VERBOSE=1 -- OK Paul Evans <leonerd@leonerd.org.uk> string buffers with value tags on extents >>> (cd /export/home/fly1232/var/cpan/build/String-Tagged-0.12-zTZMK6 && tar cvf - String-Tagged-0.12.ppd blib) | gzip -c >/export/home/fly1232/var/REPO/P/PE/PEVANS/String-Tagged-0.12.tar.gz String-Tagged-0.12.ppd blib/ blib/lib/ blib/lib/String/ blib/lib/String/Tagged.pm blib/lib/String/Tagged/ blib/lib/String/Tagged/Formatting.pod blib/man3/ blib/man3/String::Tagged.3 blib/man3/String::Tagged::Formatting.3 >>> mv /export/home/fly1232/var/cpan/build/String-Tagged-0.12-zTZMK6/String-Tagged-0.12.ppd /export/home/fly1232/var/REPO/P/PE/PEVANS Finished 2014-11-17T18:28:29