PATH=C:\cpanfly-5.24-64\var\megalib\bin;C:\Perl-5.24-64\site\bin;C:\Perl-5.24-64\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\instantclient_11_2-64;C:\cpanfly-5.24-64\var\megalib\bin;C:\Perl-5.24-64\site\bin;C:\Perl-5.24-64\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\instantclient_11_2-64;C:\p4;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Git\cmd;C:\Program Files (x86)\CMake\bin Start 2017-04-25T06:10:59 ActivePerl-2400 CPAN-2.10 PATH=C:/CPANFL~1.24-/var/libs/bin;C:\CPANFL~1.24-\var\megalib\bin;C:\PERL-5~1.24-\site\bin;C:\PERL-5~1.24-\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\INSTAN~1;C:\CPANFL~1.24-\var\megalib\bin;C:\PERL-5~1.24-\site\bin;C:\PERL-5~1.24-\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\INSTAN~1;C:\p4;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WINDOW~1\v1.0\;C:\PROGRA~1\Git\cmd;C:\PROGRA~2\CMake\bin Reading 'C:\cpanfly-5.24-64\var\cpan\Metadata' Database was generated on Tue, 25 Apr 2017 04:17:03 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/P/PE/PEVANS/String-Tagged-0.14.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/P/PE/PEVANS/CHECKSUMS Checksum for C:\cpanfly-5.24-64\var\cpan\sources\authors\id\P\PE\PEVANS\String-Tagged-0.14.tar.gz ok String-Tagged-0.14 String-Tagged-0.14/Build.PL String-Tagged-0.14/Changes String-Tagged-0.14/LICENSE String-Tagged-0.14/MANIFEST String-Tagged-0.14/META.json String-Tagged-0.14/META.yml String-Tagged-0.14/Makefile.PL String-Tagged-0.14/README String-Tagged-0.14/examples String-Tagged-0.14/examples/demo-show.pl String-Tagged-0.14/lib String-Tagged-0.14/lib/String String-Tagged-0.14/lib/String/Tagged.pm String-Tagged-0.14/lib/String/Tagged String-Tagged-0.14/lib/String/Tagged/Formatting.pod String-Tagged-0.14/t String-Tagged-0.14/t/00use.t String-Tagged-0.14/t/01plain.t String-Tagged-0.14/t/02tags-conststr.t String-Tagged-0.14/t/03tags-iter-limit.t String-Tagged-0.14/t/04tags-appendstr.t String-Tagged-0.14/t/05tags-delete.t String-Tagged-0.14/t/06tags-substr.t String-Tagged-0.14/t/07tags-range.t String-Tagged-0.14/t/10debugprint.t String-Tagged-0.14/t/11clone.t String-Tagged-0.14/t/20merge-tags.t String-Tagged-0.14/t/21merge-tags-anchors.t String-Tagged-0.14/t/30appendinsert.t String-Tagged-0.14/t/31matches.t String-Tagged-0.14/t/32split.t String-Tagged-0.14/t/40operators.t String-Tagged-0.14/t/50subclass.t String-Tagged-0.14/t/99pod.t Configuring P/PE/PEVANS/String-Tagged-0.14.tar.gz with Makefile.PL >>> C:\Perl-5.24-64\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Have \cpanfl~1.24-\var\megalib Want \perl-5~1.24-\lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [MSWin32-x64-multi-thread] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a dmake-style Makefile Writing Makefile for String::Tagged Writing MYMETA.yml and MYMETA.json PEVANS/String-Tagged-0.14.tar.gz C:\Perl-5.24-64\bin\perl.exe Makefile.PL -- OK Running make for P/PE/PEVANS/String-Tagged-0.14.tar.gz >>> dmake cp lib/String/Tagged/Formatting.pod blib\lib\String\Tagged\Formatting.pod cp lib/String/Tagged.pm blib\lib\String\Tagged.pm PEVANS/String-Tagged-0.14.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 "C:\Perl-5.24-64\bin\perl.exe" "-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 ok 22 - second tag defined ok 23 - second tag start ok 24 - second tag length 1..24 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=161, 4 wallclock secs ( 0.14 usr + 0.05 sys = 0.19 CPU) Result: PASS PEVANS/String-Tagged-0.14.tar.gz dmake test TEST_VERBOSE=1 -- OK Paul Evans <leonerd@leonerd.org.uk> string buffers with value tags on extents >>> (cd C:\cpanfly-5.24-64\var\tmp\cpan_build\String-Tagged-0.14-YIh2_c && tar cvf - String-Tagged-0.14.ppd blib) | gzip -c >C:/cpanfly-5.24-64/var/REPO/P/PE/PEVANS/String-Tagged-0.14.tar.gz String-Tagged-0.14.ppd blib/ blib/lib/ blib/lib/String/ blib/lib/String/Tagged/ blib/lib/String/Tagged/Formatting.pod blib/lib/String/Tagged.pm Finished 2017-04-25T06:11:17