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-10-22T18:12:12 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 Sat, 22 Oct 2016 02:29:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/M/MA/MANWAR/Check-ISA-0.09.tar.gz Checksum for C:\cpanfly-5.24-32\var\cpan\sources\authors\id\M\MA\MANWAR\Check-ISA-0.09.tar.gz ok Check-ISA-0.09/ Check-ISA-0.09/t/ Check-ISA-0.09/t/00-load.t Check-ISA-0.09/t/03_asa.t Check-ISA-0.09/t/02_moose.t Check-ISA-0.09/t/01_basic.t Check-ISA-0.09/lib/ Check-ISA-0.09/lib/Check/ Check-ISA-0.09/lib/Check/ISA.pm Check-ISA-0.09/Makefile.PL Check-ISA-0.09/README Check-ISA-0.09/META.json Check-ISA-0.09/LICENSE Check-ISA-0.09/MANIFEST Check-ISA-0.09/META.yml Check-ISA-0.09/MANIFEST.SKIP Check-ISA-0.09/Changes Configuring M/MA/MANWAR/Check-ISA-0.09.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 Check::ISA Writing MYMETA.yml and MYMETA.json MANWAR/Check-ISA-0.09.tar.gz C:\Perl-5.24-32\bin\perl.exe Makefile.PL -- OK Running make for M/MA/MANWAR/Check-ISA-0.09.tar.gz >>> dmake cp lib/Check/ISA.pm blib\lib\Check\ISA.pm MANWAR/Check-ISA-0.09.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 # Testing Check::ISA 0.09, Perl 5.024000, C:\Perl-5.24-32\bin\perl.exe t/00-load.t ... 1..1 ok 1 - use Check::ISA; ok t/01_basic.t .. ok 1 - use Check::ISA; ok 2 - a random string is not a class ok 3 - undef is not a class ok 4 - 0 is not a class ok 5 - 1 is not a class ok 6 - '0' is not a class ok 7 - '00' is not a class ok 8 - '1' is not a class ok 9 - '' is not a class ok 10 - 'blah' is not a class ok 11 - an array ref is not a class ok 12 - a hash ref is not a class ok 13 - a subroutine is not a class ok 14 - no foo method for undef ok 15 - no foo method for string ok 16 - no foo method for string ok 17 - no foo method for empty ok 18 - no foo method for hash refs ok 19 - inv_can on random class ok 20 - no foo method for string ok 21 - inv_can on Foo for nonexistent method ok 22 - a globref without an IO is not an object ok 23 - a globref with an IO is an object ok 24 - a filehandle name is an object ok 25 - STDIN can print ok 26 - 'STDIN' can print ok 27 - STDIN can print ok 28 - 'STDIN' can print ok 29 - Foo->new is an obj ok 30 - of class Foo ok 31 - inv works too ok 32 - obj_can on obj ok 33 - obj_can on non obj ok 34 - inv_can on obj ok 35 - inv_can on on obj ok 36 - the class is not an object ok 37 - the class is not an object ok 38 - Foo is a class ok 39 - class is itself ok 40 - Bar is not an object ok 41 - Bar is an invocant ok 42 - Bar is a Bar ok 43 - Bar is a Foo ok 44 - faked isa ok 45 - for instance too ok 46 - SUPER isa ok 47 - for instance too ok 48 - false case ok 49 - for instance too ok 50 - faked DOES ok 51 - for instance ok 52 - DOES also answers isa ok 53 - for instance ok 54 - false case ok 55 - for instance too 1..55 ok t/02_moose.t .. 1..25 ok 1 - use Check::ISA; ok 2 - Foo->new is an obj ok 3 - of class Foo ok 4 - and Moose::Object ok 5 - inv works too ok 6 - the class is not an object ok 7 - the class is not an object ok 8 - Foo is a class ok 9 - class is itself ok 10 - class is Moose::Object ok 11 - Gorch->new is an obj ok 12 - of class Gorch ok 13 - and class Foo ok 14 - and Moose::Object ok 15 - does Bar ok 16 - DOES Bar ok 17 - does Bar in obj test ok 18 - inv works too ok 19 - the class is not an object ok 20 - the class is not an object ok 21 - Gorch is a class ok 22 - class is itself ok 23 - class is Foo ok 24 - class is Moose::Object ok 25 - class does Bar ok t/03_asa.t .... 1..3 ok 1 - use Check::ISA; ok 2 - asa's ->isa is respected as a class method ok 3 - and as an instance method ok All tests successful. Files=4, Tests=84, 1 wallclock secs ( 0.08 usr + 0.02 sys = 0.09 CPU) Result: PASS MANWAR/Check-ISA-0.09.tar.gz dmake test TEST_VERBOSE=1 -- OK Mohammad S Anwar <mohammad.anwar@yahoo.com> DWIM, correct checking of an object's class. >>> (cd C:\cpanfly-5.24-32\var\tmp\cpan_build\Check-ISA-0.09-kyIEOh && tar cvf - Check-ISA-0.09.ppd blib) | gzip -c >C:/cpanfly-5.24-32/var/REPO/M/MA/MANWAR/Check-ISA-0.09.tar.gz Check-ISA-0.09.ppd blib/ blib/lib/ blib/lib/Check/ blib/lib/Check/ISA.pm Finished 2016-10-22T18:12:27