Checking if your kit is complete... Looks good Writing Makefile for Base::Class Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Base/Class.pm blib\lib\Base\Class.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/100ch_copy...........ok 1 - use Base::Class; 1..1 ok t/10new................ok 1 - use Base::Class; ok 2 - use ISABase; ok 3 - use baseBase; ok 4 - Able to generate a Base object using @ISA ok 5 - Able to generate a Base object using base ok 6 - Base using @ISA isa Base ok 7 - Base using base isa Base 1..7 ok t/110strict_logging....ok 1 - use Base::Class; ok 2 - Instantiation of Base was just fine ok 3 - Able to redirect STDERR to local file ok 4 - Able to locate redirection of STDERR ok 5 - Able to call logger via object without fail ok 6 - Able to call logger via exporter without fail ok 7 - Able to call logger via exporter without fail ok 8 - Able to call logger via glob without fail ok 9 - Able to open stderr file handle for input ok 10 - Retrieved input data, matches as expected ok 11 - First line matches ok 12 - Second line matches ok 13 - Third line matches ok 14 - STDERR redirect file can no longer be found 1..14 ok t/120stash.............ok 1 - use Base::Class; ok 2 ok 3 ok 4 ok 5 ok 6 - The object isa baseBase ok 7 - The object isa Base::Class ok 8 - The object isa baseBase ok 9 - The object isa Base::Class ok 10 - The object isa isabasebase ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 1..28 ok t/20seed...............ok 1 - use baseBase; ok 2 - use Base::Class; ok 3 - Gotta new base object, will attempt to seed object ok 4 - Did not catch an error when seeding ok 5 - Object hasa get_three method ok 6 - Base and seed hash match one another ok 7 - References appear to be the same as well ok 8 - Object hasa get_five method ok 9 - Base and seed hash match one another ok 10 - References appear to be the same as well ok 11 - Object hasa get_one method ok 12 - Base and seed hash match one another ok 13 - References appear to be the same as well ok 14 - Object hasa get_two method ok 15 - Base and seed hash match one another ok 16 - References appear to be the same as well ok 17 - Object hasa get_four method ok 18 - Base and seed hash match one another ok 19 - References appear to be the same as well ok 20 - Cleared out old base, new one instantiated without error ok 21 - Seeded object with private methods without problem ok 22 - Base hasa seeded method ok 23 - Base hasa seeded method ok 24 - Base hasa seeded method ok 25 - Base hasa seeded method ok 26 - Base hasa seeded method 1..26 ok t/30hashify............ok 1 - use Base::Class; ok 2 - use baseBase; ok 3 - Base made without error ok 4 - Seeded hash matches as hash version 1..4 ok t/40accessor...........ok 1 - use baseBase; ok 2 - use Base::Class; ok 3 - Able to get new base object ok 4 - Able to get new sub-base object ok 5 - Nothing bad happened to the base object while setting ok 6 - Did not have a fit when extracting data from object ok 7 - The stringified values of stuff and getter are equal ok 8 - Nothing bad happened to the base object while setting ok 9 - Did not have a fit when extracting data from object ok 10 - The stringified values of stuff and getter are equal ok 11 - Nothing bad happened to the base object while setting ok 12 - Did not have a fit when extracting data from object ok 13 - The stringified values of stuff and getter are equal ok 14 - Nothing bad happened to the base object while setting ok 15 - Did not have a fit when extracting data from object ok 16 - The stringified values of stuff and getter are equal ok 17 - Able to gain a new base object ok 18 - Able to dump stuff into new object ok 19 - Died when trying to get the stuff back ok 20 - Able to get the data from within a base-class of base ok 21 - Base extraction of private method matches reference ok 22 - Able to dump stuff into new object ok 23 - Died when trying to get the stuff back ok 24 - Able to get the data from within a base-class of base ok 25 - Base extraction of private method matches reference ok 26 - Able to dump stuff into new object ok 27 - Died when trying to get the stuff back ok 28 - Able to get the data from within a base-class of base ok 29 - Base extraction of private method matches reference ok 30 - Able to dump stuff into new object ok 31 - Died when trying to get the stuff back ok 32 - Able to get the data from within a base-class of base ok 33 - Base extraction of private method matches reference 1..33 ok t/50_init..............ok 1 - use baseBase; ok 2 - use Base::Class; ok 3 - Foo was made without error ok 4 - Init value set to object successfully 1..4 ok t/60private............ok 1 - use baseBase; ok 2 - use Base::Class; ok 3 - Able to get new base object ok 4 - Able to get new sub-base object ok 5 - Nothing bad happened to the base object while setting ok 6 - Did not have a fit when extracting data from object ok 7 - The stringified values of stuff and getter are equal ok 8 - Nothing bad happened to the base object while setting ok 9 - Did not have a fit when extracting data from object ok 10 - The stringified values of stuff and getter are equal ok 11 - Nothing bad happened to the base object while setting ok 12 - Did not have a fit when extracting data from object ok 13 - The stringified values of stuff and getter are equal ok 14 - Nothing bad happened to the base object while setting ok 15 - Did not have a fit when extracting data from object ok 16 - The stringified values of stuff and getter are equal ok 17 - Able to gain a new base object ok 18 - Able to dump stuff into new object ok 19 - Died when trying to get the stuff back ok 20 - Able to get the data from within a base-class of base ok 21 - Base extraction of private method matches reference ok 22 - Able to dump stuff into new object ok 23 - Died when trying to get the stuff back ok 24 - Able to get the data from within a base-class of base ok 25 - Base extraction of private method matches reference ok 26 - Able to dump stuff into new object ok 27 - Died when trying to get the stuff back ok 28 - Able to get the data from within a base-class of base ok 29 - Base extraction of private method matches reference ok 30 - Able to dump stuff into new object ok 31 - Died when trying to get the stuff back ok 32 - Able to get the data from within a base-class of base ok 33 - Base extraction of private method matches reference 1..33 ok t/70logger.............ok 1 - use Base::Class; ok 2 - Instantiation of Base was just fine ok 3 - Able to redirect STDERR to local file ok 4 - Able to locate redirection of STDERR ok 5 - Able to call logger via object without fail ok 6 - Able to call logger via exporter without fail ok 7 - Able to call logger via glob without fail ok 8 - Able to open stderr file handle for input ok 9 - Retrieved input data, matches as expected ok 10 - First line matches ok 11 - Second line matches ok 12 - Third line matches ok 13 - STDERR redirect file can no longer be found 1..13 ok t/80dump...............ok 1 - use Base::Class; ok 2 - use Data::Dumper; ok 3 - Able to get a new Base object ok 4 - Base::Class->can(...) ok 5 - Redirect of STDERR Seems to be fine ok 6 - Nearly certain there was no error infact ok 7 - OK, I see the file; we are good ok 8 - Dumped to STDERR without error ok 9 - No error when opening STDERR output for input ok 10 - No error when evaling dumped block ok 11 - Reference types are the same ok 12 - Base->hashify() is $as_hash ok 13 - $new_struct is $as_hash ok 14 - Cannot find the output file anymore.. yay! 1..14 ok t/90copy...............ok 1 - use Base::Class; ok 2 - Able to get a new Base::Class object ok 3 - Base::Class->can(...) ok 4 - No error when copying ok 5 - Reference types are the same ok 6 - Copy is not the same memory location ok 7 - Base hashified structures are similar 1..7 ok All tests successful. Files=12, Tests=184, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. Installing C:\cpanrun\build\5-10-0\html\site\lib\Base\Class.html Installing C:\cpanrun\build\5-10-0\site\lib\Base\Class.pm Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod