PATH=C:\cpanfly-5.22-64\var\megalib\bin;C:\Perl-5.22-64\site\bin;C:\Perl-5.22-64\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\instantclient_11_2-64;C:\cpanfly-5.22-64\var\megalib\bin;C:\Perl-5.22-64\site\bin;C:\Perl-5.22-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-03-25T03:10:26 ActivePerl-2201 CPAN-2.10 PATH=C:/CPANFL~4.22-/var/libs/bin;C:\CPANFL~4.22-\var\megalib\bin;C:\PERL-5~2.22-\site\bin;C:\PERL-5~2.22-\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\INSTAN~1;C:\CPANFL~4.22-\var\megalib\bin;C:\PERL-5~2.22-\site\bin;C:\PERL-5~2.22-\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.22-64\var\cpan\Metadata' Database was generated on Fri, 24 Mar 2017 02:53:42 GMT Checksum for C:\cpanfly-5.22-64\var\cpan\sources\authors\id\A\AU\AUBERTG\String-InterpolatedVariables-v1.1.0.tar.gz ok String-InterpolatedVariables-v1.1.0/ String-InterpolatedVariables-v1.1.0/.githooksrc String-InterpolatedVariables-v1.1.0/.gitignore String-InterpolatedVariables-v1.1.0/.perlcriticrc String-InterpolatedVariables-v1.1.0/.travis.yml String-InterpolatedVariables-v1.1.0/Build.PL String-InterpolatedVariables-v1.1.0/Changes String-InterpolatedVariables-v1.1.0/LICENSE String-InterpolatedVariables-v1.1.0/MANIFEST String-InterpolatedVariables-v1.1.0/MANIFEST.SKIP String-InterpolatedVariables-v1.1.0/META.json String-InterpolatedVariables-v1.1.0/META.yml String-InterpolatedVariables-v1.1.0/Makefile.PL String-InterpolatedVariables-v1.1.0/README.md String-InterpolatedVariables-v1.1.0/example/ String-InterpolatedVariables-v1.1.0/example/examples.txt String-InterpolatedVariables-v1.1.0/ignore.txt String-InterpolatedVariables-v1.1.0/lib/ String-InterpolatedVariables-v1.1.0/lib/String/ String-InterpolatedVariables-v1.1.0/lib/String/InterpolatedVariables.pm String-InterpolatedVariables-v1.1.0/t/ String-InterpolatedVariables-v1.1.0/t/00-load.t String-InterpolatedVariables-v1.1.0/t/10-extract.t String-InterpolatedVariables-v1.1.0/xt/ String-InterpolatedVariables-v1.1.0/xt/changes.t String-InterpolatedVariables-v1.1.0/xt/kwalitee.t String-InterpolatedVariables-v1.1.0/xt/manifest.t String-InterpolatedVariables-v1.1.0/xt/module_versions.t String-InterpolatedVariables-v1.1.0/xt/mojibake.t String-InterpolatedVariables-v1.1.0/xt/perlcritic.t String-InterpolatedVariables-v1.1.0/xt/pod-coverage.t String-InterpolatedVariables-v1.1.0/xt/pod.t String-InterpolatedVariables-v1.1.0/xt/unix_eol.t Configuring A/AU/AUBERTG/String-InterpolatedVariables-v1.1.0.tar.gz with Makefile.PL >>> C:\Perl-5.22-64\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Have \cpanfl~4.22-\var\megalib Want \perl-5~2.22-\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::InterpolatedVariables Writing MYMETA.yml and MYMETA.json AUBERTG/String-InterpolatedVariables-v1.1.0.tar.gz C:\Perl-5.22-64\bin\perl.exe Makefile.PL -- OK Running make for A/AU/AUBERTG/String-InterpolatedVariables-v1.1.0.tar.gz >>> dmake cp lib/String/InterpolatedVariables.pm blib\lib\String\InterpolatedVariables.pm AUBERTG/String-InterpolatedVariables-v1.1.0.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 "C:\Perl-5.22-64\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t # Testing String::InterpolatedVariables 1.1.0, Perl 5.022001, C:\Perl-5.22-64\bin\perl.exe t/00-load.t ..... 1..1 ok 1 - use String::InterpolatedVariables; ok t/10-extract.t .. 1..9 ok 1 - Extract variables from >A test $variable string<. ok 2 - Extract variables from >A test string\n with $variable<. ok 3 - Extract variables from >A test $variable $variable string<. ok 4 - Extract variables from >A test $variable_long string<. ok 5 - Extract variables from >A test ${variable_long} string<. ok 6 - Extract variables from >A test $test->{value} string<. ok 7 - Extract variables from >A test $test->{value}->[1]->{"key"} string<. ok 8 - Extract variables from >A test $$test{value}[1]{"key"} string<. ok 9 - Extract variables from >A test $$test{value}[1]{"key"} ${variable_long} $test->{value}->[1]->{"key"} string<. ok All tests successful. Files=2, Tests=10, 1 wallclock secs ( 0.06 usr + 0.01 sys = 0.08 CPU) Result: PASS AUBERTG/String-InterpolatedVariables-v1.1.0.tar.gz dmake test TEST_VERBOSE=1 -- OK Guillaume Aubert <aubertg@cpan.org> Extract variable names from interpolated strings. >>> (cd C:\cpanfly-5.22-64\var\tmp\cpan_build\String-InterpolatedVariables-v1.1.0-niU5nZ && tar cvf - String-InterpolatedVariables-v1.1.0.ppd blib) | gzip -c >C:/cpanfly-5.22-64/var/REPO/A/AU/AUBERTG/String-InterpolatedVariables-v1.1.0.tar.gz String-InterpolatedVariables-v1.1.0.ppd blib/ blib/lib/ blib/lib/String/ blib/lib/String/InterpolatedVariables.pm Finished 2017-03-25T03:10:40