- ERROR: Test::Pod::Coverage is not installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation Checking whether your kit is complete... Looks good Checking prerequisites... Creating new 'Build' script for 'Class-StorageFactory' version '1.0' Copying lib/Class/StorageFactory.pm -> blib/lib/Class/StorageFactory.pm Copying lib/Class/StorageFactory/YAML.pm -> blib/lib/Class/StorageFactory/YAML.pm Manifying blib/lib/Class/StorageFactory/YAML.pm -> blib/libdoc/Class::StorageFactory::YAML.3 Manifying blib/lib/Class/StorageFactory.pm -> blib/libdoc/Class::StorageFactory.3 HTMLifying blib/lib/Class/StorageFactory/YAML.pm -> blib/libhtml/site/lib/Class/StorageFactory/YAML.html HTMLifying blib/lib/Class/StorageFactory.pm -> blib/libhtml/site/lib/Class/StorageFactory.html t/0-signature.....1..1 # Next time around, consider install Module::Signature, # so you can verify the integrity of this distribution. ok 1 # skip Module::Signature not installed ok 1/1 skipped: various reasons t/base............1..14 ok 1 - use Class::StorageFactory; ok 2 - Class::StorageFactory->can('new') ok 3 - new() should throw exception without storage parameter ok 4 - ... or without type parameter ok 5 - ... but should live with both given ok 6 - The object isa Class::StorageFactory # # TestBase->fetch ok 7 - Class::StorageFactory->can('fetch') ok 8 - fetch() should throw abstract method exception # # TestBase->storage ok 9 - Class::StorageFactory->can('storage') ok 10 - storage() should return data set in constructor # # TestBase->store ok 11 - Class::StorageFactory->can('store') ok 12 - store() should throw abstract method exception # # TestBase->type ok 13 - Class::StorageFactory->can('type') ok 14 - type() should return data set in constructor ok t/pod.............1..3 ok 1 - lib/Astronaut.pm ok 2 - lib/TestBase.pm ok 3 - lib/TestYAML.pm ok t/pod_coverage....1..0 # Skip Test::Pod::Coverage required for testing pod coverage skipped all skipped: Test::Pod::Coverage required for testing pod coverage t/yaml............1..18 ok 1 - use Class::StorageFactory::YAML; ok 2 - Class::StorageFactory::YAML->can('new') ok 3 - new() should throw exception without storage parameter ok 4 - ... or without type parameter ok 5 - ... but should live with both given ok 6 - The object isa Class::StorageFactory::YAML # # TestYAML->fetch ok 7 - fetch() should throw exception unless it has an id ok 8 - ... or if id does not exist ok 9 - ... but should live if it does exist ok 10 - ... blessing results so that it isa Astronaut ok 11 - ... blessing all data # # TestYAML->storage ok 12 - Class::StorageFactory::YAML->can('storage') ok 13 - storage() should return data set in constructor # # TestYAML->store ok 14 - store() should throw exception unless it has an id ok 15 - ... saving file with the id, if passed # # TestYAML->type ok 16 - ... with all of its data ok 17 - Class::StorageFactory::YAML->can('type') ok 18 - type() should return data set in constructor ok All tests successful, 1 test and 1 subtest skipped. Files=5, Tests=36, 1 wallclock secs ( 0.82 cusr + 0.22 csys = 1.04 CPU) Installing /Users/cpanrun/build/5.10.0/site/lib/Class/StorageFactory.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Class/StorageFactory/YAML.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/Class::StorageFactory.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Class::StorageFactory::YAML.3 Installing /Users/cpanrun/build/5.10.0/html/site/lib/Class/StorageFactory.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Class/StorageFactory/YAML.html Writing /Users/cpanrun/build/5.10.0/site/lib/auto/Class/StorageFactory/.packlist