PATH=C:\mingw\bin;C:\cpanfly-5.20\var\megalib\bin;C:\Perl-5.20\site\bin;C:\Perl-5.20\bin;C:\cygwin\bin;C:\mingw\bin;C:\cpanfly-5.20\var\megalib\bin;C:\Perl-5.20\site\bin;C:\Perl-5.20\bin;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\Git\cmd;C:\Program Files\CMake\bin;C:\instantclient_11_2;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\Git\cmd;C:\Program Files\CMake\bin Start 2016-06-25T00:30:58 ActivePerl-2003 CPAN-2.10 PATH=C:/CPANFL~1.20/var/libs/bin;C:\mingw\bin;C:\CPANFL~1.20\var\megalib\bin;C:\Perl-5.20\site\bin;C:\Perl-5.20\bin;C:\cygwin\bin;C:\mingw\bin;C:\CPANFL~1.20\var\megalib\bin;C:\Perl-5.20\site\bin;C:\Perl-5.20\bin;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\PROGRA~1\Git\cmd;C:\PROGRA~1\CMake\bin;C:\INSTAN~1;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\PROGRA~1\Git\cmd;C:\PROGRA~1\CMake\bin Reading 'C:\cpanfly-5.20\var\cpan\Metadata' Database was generated on Fri, 24 Jun 2016 05:41:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/D/DA/DAGOLDEN/Time-Tiny-1.07.tar.gz Checksum for C:\cpanfly-5.20\var\cpan\sources\authors\id\D\DA\DAGOLDEN\Time-Tiny-1.07.tar.gz ok Time-Tiny-1.07/ Time-Tiny-1.07/Changes Time-Tiny-1.07/CONTRIBUTING.mkdn Time-Tiny-1.07/cpanfile Time-Tiny-1.07/dist.ini Time-Tiny-1.07/lib/ Time-Tiny-1.07/LICENSE Time-Tiny-1.07/Makefile.PL Time-Tiny-1.07/MANIFEST Time-Tiny-1.07/META.json Time-Tiny-1.07/META.yml Time-Tiny-1.07/perlcritic.rc Time-Tiny-1.07/README Time-Tiny-1.07/t/ Time-Tiny-1.07/xt/ Time-Tiny-1.07/xt/author/ Time-Tiny-1.07/xt/release/ Time-Tiny-1.07/xt/release/distmeta.t Time-Tiny-1.07/xt/release/minimum-version.t Time-Tiny-1.07/xt/author/00-compile.t Time-Tiny-1.07/xt/author/critic.t Time-Tiny-1.07/xt/author/pod-coverage.t Time-Tiny-1.07/xt/author/pod-spell.t Time-Tiny-1.07/xt/author/pod-syntax.t Time-Tiny-1.07/xt/author/portability.t Time-Tiny-1.07/xt/author/test-version.t Time-Tiny-1.07/t/00-report-prereqs.dd Time-Tiny-1.07/t/00-report-prereqs.t Time-Tiny-1.07/t/02_main.t Time-Tiny-1.07/lib/Time/ Time-Tiny-1.07/lib/Time/Tiny.pm Configuring D/DA/DAGOLDEN/Time-Tiny-1.07.tar.gz with Makefile.PL >>> C:\Perl-5.20\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Have \cpanfl~1.20\var\megalib Want \perl-5.20\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 Time::Tiny Writing MYMETA.yml and MYMETA.json DAGOLDEN/Time-Tiny-1.07.tar.gz C:\Perl-5.20\bin\perl.exe Makefile.PL -- OK Running make for D/DA/DAGOLDEN/Time-Tiny-1.07.tar.gz >>> dmake cp lib/Time/Tiny.pm blib\lib\Time\Tiny.pm DAGOLDEN/Time-Tiny-1.07.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 "C:\Perl-5.20\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 6.17 7.04 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.04 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.04 # File::Spec any 3.62 # Test::More any 1.001009 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150005 # # === Runtime Requires === # # Module Want Have # -------- ---- ---- # Carp any 1.38 # overload any 1.22 # strict any 1.08 # warnings any 1.23 # t/00-report-prereqs.t .. 1..1 ok 1 ok t/02_main.t ............ 1..15 ok 1 - An object of class 'Time::Tiny' isa 'Time::Tiny' ok 2 - ->hour ok ok 3 - ->minute ok ok 4 - ->second ok ok 5 - ->as_string ok ok 6 - Stringification ok ok 7 - ->from_string ok ok 8 - An object of class 'Time::Tiny' isa 'Time::Tiny' ok 9 - An object of class 'Time::Tiny' isa 'Time::Tiny' ok 10 - An object of class 'DateTime' isa 'DateTime' ok 11 - ->locale ok ok 12 - ->timezone ok ok 13 - ->year matches ok 14 - ->month matches ok 15 - ->day matches ok All tests successful. Files=2, Tests=16, 1 wallclock secs ( 0.09 usr + 0.00 sys = 0.09 CPU) Result: PASS DAGOLDEN/Time-Tiny-1.07.tar.gz dmake test TEST_VERBOSE=1 -- OK David Golden <dagolden@cpan.org> A time object, with as little code as possible >>> (cd C:\cpanfly-5.20\var\tmp\cpan_build\Time-Tiny-1.07-l9tBo1 && tar cvf - Time-Tiny-1.07.ppd blib) | gzip -c >C:/cpanfly-5.20/var/REPO/D/DA/DAGOLDEN/Time-Tiny-1.07.tar.gz Time-Tiny-1.07.ppd blib/ blib/lib/ blib/lib/Time/ blib/lib/Time/Tiny.pm Finished 2016-06-25T00:31:13