Installing D:\cpanrun\build\5-8-0\site\lib\Class\BuildMethods.pm Writing D:\cpanrun\build\5-8-0\site\lib\auto\Class\BuildMethods\.packlist Appending installation info to D:\cpanrun\build\5-8-0\lib/perllocal.pod rying to add illegal method names should fail ok 2 - ... with an appropriate error message ok 3 - Foo->can('name') ok 4 - ... and its default value should be undefined ok 5 - ... and we should be able to set the name ok 6 - ... and later retrieve it ok 7 - Foo->can('rank') ok 8 - ... and its default value should be undefined ok 9 - ... and we should be able to set the rank ok 10 - ... and later retrieve it ok 11 - Class::BuildMethods->can('destroy') ok 12 - ... and it should remove instance data ok 13 - ... and it should remove instance data ok 14 - Foo::Bar->can('poet') ok 15 - ... and we should be able to set default values ok 16 - ... and we should be able to set a new value ok 17 - ... and fetch the default value ok 18 - ... and false defaults should be allowed ok 19 - Drinking::Customer->can('age') ok 20 - ... and we should be able to provide validation ok 21 - ... and have any sort of error message we want ok 22 - ... but we should be able to set the values ok 23 - ... and later retrieve them ok 24 - We should be able to set the value on a different instance ok 25 - ... and have the previous instance unaffected ok 26 - Trying to use unknown constraint for methods should fail ok 27 - ... with an appropriate error message ok 28 - Class::BuildMethods->can('reset') ok 29 - ... and calling it with an unknown package should return false ok 30 - ... and calling it with an known package should return true ok 31 - ... and the values for the methods should be undefined ok 32 - ... and calling it without an argument should use the current package ok 33 - ... and default values should be restored after a reset ok 34 - Class::BuildMethods->can('build') ok 35 - RunTime->can('name') ok 36 - RunTime->can('rank') ok 37 - ... and methods added at runtime should work correctly ok 38 - Class::BuildMethods->can('dump') ok 39 - ... and it should return a dump of the values ok 40 - Class::BuildMethods->can('packages') ok 41 - ... and calling it should succeed ok 42 - ... and it should return the packages we have built methods for ok 43 - Class::BuildMethods->can('reclaim') ok 44 - ... and calling it without an argument should use the current package ok 45 - ... and default values should not be restored after a reclaim ok 46 - ... and packages() should not longer report the reclaimed package ok 47 - Internal values of data should be correct ok 48 - ... but they should automatically be reclaimed when DESTROY is reached ok 49 - Internal values of data should be correct ok 50 - ... even if the object is out of scope and [NO_DESTROY] has been specified ok t/20-classdata.....1..11 ok 1 - We should allow defaults for class methods ok 2 - ... and all instances should share it ok 3 - ... but they should not share instance data ok 4 - Classes inheriting class data will share class data ok 5 - ... even when the superclass data are changed ok 6 - ... or the subclass data are changed ok 7 - Class implementing their own class data should not inherit it ok 8 - ... even when the superclass data are changed ok 9 - ... or the subclass data are changed ok 10 - Resetting class values should succeed ok 11 - ... even for the subclasses ok t/30-regression....1..2 ok 1 - instance data should not retain its value between invocations ok 2 - class_data() should retain its value between invocations ok t/pod-coverage.....1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod..............1..0 # Skip Test::Pod 1.14 required for testing POD skipped all skipped: Test::Pod 1.14 required for testing POD All tests successful, 2 tests skipped. Files=6, Tests=64, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)