PATH=/usr/bin:/bin:/data/fly2200/cpanfly-5.22/var/megalib/bin Start 2018-10-27T00:18:32 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Fri, 26 Oct 2018 04:29:02 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/J/JV/JV/String-Interpolate-Named-0.05.tar.gz ok String-Interpolate-Named-0.05/ String-Interpolate-Named-0.05/lib/ String-Interpolate-Named-0.05/lib/String/ String-Interpolate-Named-0.05/lib/String/Interpolate/ String-Interpolate-Named-0.05/lib/String/Interpolate/Named.pm String-Interpolate-Named-0.05/META.json String-Interpolate-Named-0.05/META.yml String-Interpolate-Named-0.05/Changes String-Interpolate-Named-0.05/MANIFEST String-Interpolate-Named-0.05/Makefile.PL String-Interpolate-Named-0.05/t/ String-Interpolate-Named-0.05/t/00-load.t String-Interpolate-Named-0.05/t/11-arrays.t String-Interpolate-Named-0.05/t/20-multi.dat String-Interpolate-Named-0.05/t/20-multi.t String-Interpolate-Named-0.05/t/10-basic.dat String-Interpolate-Named-0.05/t/10-basic.t String-Interpolate-Named-0.05/README Configuring J/JV/JV/String-Interpolate-Named-0.05.tar.gz with Makefile.PL >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Have /data/fly2200/cpanfly-5.22/var/megalib Want /home/fly2200/ap2200-299134/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [x86_64-linux-thread-multi] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for String::Interpolate::Named Writing MYMETA.yml and MYMETA.json JV/String-Interpolate-Named-0.05.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for J/JV/JV/String-Interpolate-Named-0.05.tar.gz >>> make cp lib/String/Interpolate/Named.pm blib/lib/String/Interpolate/Named.pm Manifying 1 pod document JV/String-Interpolate-Named-0.05.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/data/fly2200/ap2200-299134/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing String::Interpolate::Named 0.05, Perl 5.022000, /data/fly2200/ap2200-299134/bin/perl-static t/00-load.t .... 1..1 ok 1 - use String::Interpolate::Named; ok t/10-basic.t ... ok 1 - use String::Interpolate::Named; ok 2 - check 10-basic.dat ok 3 - abcd -> abcd ok 4 - ab%cd -> ab%cd ok 5 - ab{cd -> ab{cd ok 6 - ab%{cd -> ab%{cd ok 7 - ab}cd -> ab}cd ok 8 - ab%{head}def -> abyesdef ok 9 - ab%{head}def%{head}xy -> abyesdefyesxy ok 10 - %{head}def -> yesdef ok 11 - %{h}def -> Zdef ok 12 - X%{head}Y -> XyesY ok 13 - X%{head=yes}Y -> XY ok 14 - X%{head=no}Y -> XY ok 15 - X%{head|foo}Y -> XfooY ok 16 - X%{hexd|foo}Y -> XY ok 17 - X%{head|This is %{}!}Y -> XThis is yes!Y ok 18 - X%{head=yes|This is %{}!}Y -> XThis is yes!Y ok 19 - X%{head=no|This is %{}!}Y -> XY ok 20 - X%{capo=1|%{} capo|%{} capoes}Y -> X1 capoY ok 21 - X%{capo=0|%{} capoes|%{} capo}Y -> X1 capoY ok 22 - X%{}Y -> X%{}Y ok 23 - X%{head=no|foo|bar}Y -> XbarY ok 24 - X%{hexd|foo|bar}Y -> XbarY ok 25 - X%{hexd=yes|foo|bar}Y -> XbarY ok 26 - X%{hexd=no|foo|bar}Y -> XbarY ok 27 - X%{hexd=|foo|bar}Y -> XfooY ok 28 - X%{h|foo|bar}Y -> XfooY ok 29 - X%{h=Z|foo|bar}Y -> XfooY ok 30 - X%{head|x%{foo}z|bar}Y -> XxzY ok 31 - X%{hexd|x%{foo}z|bar}Y -> XbarY ok 32 - X%{head|x%{foo|ab|f%{}g}z}Y -> XxfgzY ok 33 - %{subtitle} -> CAPO 1 ok 34 - %{key} -> G 1..34 ok t/11-arrays.t .. ok 1 - use String::Interpolate::Named; ok 2 - check 10-basic.dat ok 3 - abcd -> abcd ok 4 - ab%cd -> ab%cd ok 5 - ab{cd -> ab{cd ok 6 - ab%{cd -> ab%{cd ok 7 - ab}cd -> ab}cd ok 8 - ab%{head}def -> abyesdef ok 9 - ab%{head}def%{head}xy -> abyesdefyesxy ok 10 - %{head}def -> yesdef ok 11 - %{h}def -> Zdef ok 12 - X%{head}Y -> XyesY ok 13 - X%{head=yes}Y -> XY ok 14 - X%{head=no}Y -> XY ok 15 - X%{head|foo}Y -> XfooY ok 16 - X%{hexd|foo}Y -> XY ok 17 - X%{head|This is %{}!}Y -> XThis is yes!Y ok 18 - X%{head=yes|This is %{}!}Y -> XThis is yes!Y ok 19 - X%{head=no|This is %{}!}Y -> XY ok 20 - X%{capo=1|%{} capo|%{} capoes}Y -> X1 capoY ok 21 - X%{capo=0|%{} capoes|%{} capo}Y -> X1 capoY ok 22 - X%{}Y -> X%{}Y ok 23 - X%{head=no|foo|bar}Y -> XbarY ok 24 - X%{hexd|foo|bar}Y -> XbarY ok 25 - X%{hexd=yes|foo|bar}Y -> XbarY ok 26 - X%{hexd=no|foo|bar}Y -> XbarY ok 27 - X%{hexd=|foo|bar}Y -> XfooY ok 28 - X%{h|foo|bar}Y -> XfooY ok 29 - X%{h=Z|foo|bar}Y -> XfooY ok 30 - X%{head|x%{foo}z|bar}Y -> XxzY ok 31 - X%{hexd|x%{foo}z|bar}Y -> XbarY ok 32 - X%{head|x%{foo|ab|f%{}g}z}Y -> XxfgzY ok 33 - %{subtitle} -> CAPO 1 ok 34 - %{key} -> G 1..34 ok t/20-multi.t ... ok 1 - use String::Interpolate::Named; ok 2 - check 10-basic.dat ok 3 - check 20-multi.dat ok 4 - abcd -> abcd ok 5 - ab%cd -> ab%cd ok 6 - ab{cd -> ab{cd ok 7 - ab%{cd -> ab%{cd ok 8 - ab}cd -> ab}cd ok 9 - ab%{head}def -> abyesdef ok 10 - ab%{head}def%{head}xy -> abyesdefyesxy ok 11 - %{head}def -> yesdef ok 12 - %{h}def -> Zdef ok 13 - X%{head}Y -> XyesY ok 14 - X%{head=yes}Y -> XY ok 15 - X%{head=no}Y -> XY ok 16 - X%{head|foo}Y -> XfooY ok 17 - X%{hexd|foo}Y -> XY ok 18 - X%{head|This is %{}!}Y -> XThis is yes!Y ok 19 - X%{head=yes|This is %{}!}Y -> XThis is yes!Y ok 20 - X%{head=no|This is %{}!}Y -> XY ok 21 - X%{capo=1|%{} capo|%{} capoes}Y -> X1 capoY ok 22 - X%{capo=0|%{} capoes|%{} capo}Y -> X1 capoY ok 23 - X%{}Y -> X%{}Y ok 24 - X%{head=no|foo|bar}Y -> XbarY ok 25 - X%{hexd|foo|bar}Y -> XbarY ok 26 - X%{hexd=yes|foo|bar}Y -> XbarY ok 27 - X%{hexd=no|foo|bar}Y -> XbarY ok 28 - X%{hexd=|foo|bar}Y -> XfooY ok 29 - X%{h|foo|bar}Y -> XfooY ok 30 - X%{h=Z|foo|bar}Y -> XfooY ok 31 - X%{head|x%{foo}z|bar}Y -> XxzY ok 32 - X%{hexd|x%{foo}z|bar}Y -> XbarY ok 33 - X%{head|x%{foo|ab|f%{}g}z}Y -> XxfgzY ok 34 - %{subtitle} -> CAPO 1 ok 35 - %{key} -> G ok 36 - %{multi} -> Alpha:Beta ok 37 - %{multi.0} -> Alpha:Beta ok 38 - %{multi.1} -> Alpha ok 39 - %{multi.2} -> Beta ok 40 - %{multi.-1} -> Beta ok 41 - %{multi.-2} -> Alpha ok 42 - %{subtitle.1} -> CAPO 1 1..42 ok All tests successful. Files=4, Tests=111, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.15 cusr 0.02 csys = 0.22 CPU) Result: PASS JV/String-Interpolate-Named-0.05.tar.gz make test TEST_VERBOSE=1 -- OK Johan Vromans <jv@cpan.org> Interpolated named arguments in string >>> (cd /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/String-Interpolate-Named-0.05-hDk8Q5 && tar cvf - String-Interpolate-Named-0.05.ppd blib) | gzip -c >/data/fly2200/cpanfly-5.22/var/REPO/J/JV/JV/String-Interpolate-Named-0.05.tar.gz String-Interpolate-Named-0.05.ppd blib/ blib/man3/ blib/man3/String::Interpolate::Named.3 blib/lib/ blib/lib/String/ blib/lib/String/Interpolate/ blib/lib/String/Interpolate/Named.pm VmSize: 373276 kB Finished 2018-10-27T00:18:35