PATH=C:\cpanfly-5.24-32\var\megalib\bin;C:\Perl-5.24-32\site\bin;C:\Perl-5.24-32\bin;C:\MinGW-32\bin;C:\cygwin\bin;C:\instantclient_11_2-32;C:\cpanfly-5.24-32\var\megalib\bin;C:\Perl-5.24-32\site\bin;C:\Perl-5.24-32\bin;C:\MinGW-32\bin;C:\cygwin\bin;C:\instantclient_11_2-32;C:\cpanfly-5.24-32\var\megalib\bin;C:\Perl-5.24-32\site\bin;C:\Perl-5.24-32\bin;C:\MinGW-32\bin;C:\cygwin\bin;C:\instantclient_11_2-32;C:\cpanfly-5.24-32\var\megalib\bin;C:\Perl-5.24-32\site\bin;C:\Perl-5.24-32\bin;C:\MinGW-32\bin;C:\cygwin\bin;C:\instantclient_11_2-32;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 2016-12-26T04:16:13 ActivePerl-2400 CPAN-2.10 PATH=C:/CPANFL~2.24-/var/libs/bin;C:\CPANFL~2.24-\var\megalib\bin;C:\PERL-5~2.24-\site\bin;C:\PERL-5~2.24-\bin;C:\MinGW-32\bin;C:\cygwin\bin;C:\INSTAN~3;C:\CPANFL~2.24-\var\megalib\bin;C:\PERL-5~2.24-\site\bin;C:\PERL-5~2.24-\bin;C:\MinGW-32\bin;C:\cygwin\bin;C:\INSTAN~3;C:\CPANFL~2.24-\var\megalib\bin;C:\PERL-5~2.24-\site\bin;C:\PERL-5~2.24-\bin;C:\MinGW-32\bin;C:\cygwin\bin;C:\INSTAN~3;C:\CPANFL~2.24-\var\megalib\bin;C:\PERL-5~2.24-\site\bin;C:\PERL-5~2.24-\bin;C:\MinGW-32\bin;C:\cygwin\bin;C:\INSTAN~3;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-32\var\cpan\Metadata' Database was generated on Mon, 26 Dec 2016 05:29:02 GMT Checksum for C:\cpanfly-5.24-32\var\cpan\sources\authors\id\T\TM\TMURRAY\Graphics-GVG-SVG-0.2.tar.gz ok Graphics-GVG-SVG-0.2/ Graphics-GVG-SVG-0.2/TODO Graphics-GVG-SVG-0.2/t_data/ Graphics-GVG-SVG-0.2/t_data/many_shapes.svg Graphics-GVG-SVG-0.2/dist.ini Graphics-GVG-SVG-0.2/META.json Graphics-GVG-SVG-0.2/LICENSE Graphics-GVG-SVG-0.2/t/ Graphics-GVG-SVG-0.2/t/010_gvg_to_svg.t Graphics-GVG-SVG-0.2/t/002_pod.t Graphics-GVG-SVG-0.2/t/030_svg_to_gvg.t Graphics-GVG-SVG-0.2/t/020_coord_convert.t Graphics-GVG-SVG-0.2/t/001_load.t Graphics-GVG-SVG-0.2/inkscape/ Graphics-GVG-SVG-0.2/inkscape/gvg_output.inx Graphics-GVG-SVG-0.2/inkscape/gvg_input.inx Graphics-GVG-SVG-0.2/inkscape/gvg_output.pl Graphics-GVG-SVG-0.2/inkscape/gvg_input.pl Graphics-GVG-SVG-0.2/Makefile.PL Graphics-GVG-SVG-0.2/lib/ Graphics-GVG-SVG-0.2/lib/Graphics/ Graphics-GVG-SVG-0.2/lib/Graphics/GVG/ Graphics-GVG-SVG-0.2/lib/Graphics/GVG/SVG.pm Graphics-GVG-SVG-0.2/CHANGELOG Graphics-GVG-SVG-0.2/META.yml Graphics-GVG-SVG-0.2/examples/ Graphics-GVG-SVG-0.2/examples/poly.gvg Graphics-GVG-SVG-0.2/examples/many_shapes.svg Graphics-GVG-SVG-0.2/examples/circle.gvg Graphics-GVG-SVG-0.2/examples/render_svg.pl Graphics-GVG-SVG-0.2/examples/many_shapes.gvg Graphics-GVG-SVG-0.2/examples/rect.gvg Graphics-GVG-SVG-0.2/examples/lines.gvg Graphics-GVG-SVG-0.2/examples/ellipse.gvg Graphics-GVG-SVG-0.2/MANIFEST Configuring T/TM/TMURRAY/Graphics-GVG-SVG-0.2.tar.gz with Makefile.PL >>> C:\Perl-5.24-32\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Have \cpanfl~2.24-\var\megalib Want \perl-5~2.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-x86-multi-thread-64int] 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 Graphics::GVG::SVG Writing MYMETA.yml and MYMETA.json TMURRAY/Graphics-GVG-SVG-0.2.tar.gz C:\Perl-5.24-32\bin\perl.exe Makefile.PL -- OK Running make for T/TM/TMURRAY/Graphics-GVG-SVG-0.2.tar.gz >>> dmake cp lib/Graphics/GVG/SVG.pm blib\lib\Graphics\GVG\SVG.pm TMURRAY/Graphics-GVG-SVG-0.2.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 "C:\Perl-5.24-32\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/001_load.t ........... 1..1 ok 1 - use Graphics::GVG::SVG; ok t/002_pod.t ............ 1..1 ok 1 - POD test for lib/Graphics/GVG/SVG.pm ok t/010_gvg_to_svg.t ..... 1..6 ok 1 - An object of class 'Graphics::GVG::SVG' isa 'Graphics::GVG::SVG' ok 2 - An object of class 'SVG' isa 'SVG' ok 3 - Got main_group ok 4 - Lines drawn ok 5 - Circles drawn ok 6 - Polygons drawn ok t/020_coord_convert.t .. 1..10 ok 1 - Convert X -1 ok 2 - Convert Y -1 ok 3 - Convert X 1 ok 4 - Convert Y 1 ok 5 - Convert X 0 ok 6 - Convert Y 0 ok 7 - Convert X 0.75 ok 8 - Convert Y 0.75 ok 9 - Convert X -0.75 ok 10 - Convert Y -0.75 ok t/030_svg_to_gvg.t ..... 1..16 ok 1 - Width parsed ok 2 - Height parsed ok 3 - Lines drawn, with polygon becoming lines ok 4 - Circles drawn ok 5 - Glow effects drawn ok 6 - Ellipses drawn ok 7 - Center X of circle set ok 8 - Center Y of circle set ok 9 - Radius of circle set ok 10 - Color of circle set ok 11 - One rect under glow ok 12 - X coord of rect set ok 13 - Y coord of rect set ok 14 - Width of rect set ok 15 - Height of rect set ok 16 - Color of rect set ok All tests successful. Files=5, Tests=34, 5 wallclock secs ( 0.05 usr + 0.01 sys = 0.06 CPU) Result: PASS TMURRAY/Graphics-GVG-SVG-0.2.tar.gz dmake test TEST_VERBOSE=1 -- OK Timm Murray <tmurray@wumpus-cave.net> Convert GVG into SVG >>> (cd C:\cpanfly-5.24-32\var\tmp\cpan_build\Graphics-GVG-SVG-0.2-EdwmYA && tar cvf - Graphics-GVG-SVG-0.2.ppd blib) | gzip -c >C:/cpanfly-5.24-32/var/REPO/T/TM/TMURRAY/Graphics-GVG-SVG-0.2.tar.gz Graphics-GVG-SVG-0.2.ppd blib/ blib/lib/ blib/lib/Graphics/ blib/lib/Graphics/GVG/ blib/lib/Graphics/GVG/SVG.pm Finished 2016-12-26T04:16:31