# running Build.PL /Users/cpanrun/build/5.10.0/bin/perl Build.PL Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Creating new 'Build' script for 'Class-Roles' version '0.30' Unknown 'build_class', defaulting to 'Module::Build' /Users/cpanrun/build/5.10.0/bin/perl Build --makefile_env_macros 1 Copying lib/Class/Roles.pm -> blib/lib/Class/Roles.pm Manifying blib/lib/Class/Roles.pm -> blib/libdoc/Class::Roles.3 Build: blib/lib/Class/Roles.pm: cannot resolve L in paragraph 79. HTMLifying blib/lib/Class/Roles.pm -> blib/libhtml/site/lib/Class/Roles.html /Users/cpanrun/build/5.10.0/bin/perl Build --makefile_env_macros 1 test t/apply_roles......1..4 ok 1 - use Class::Roles; ok 2 - Role should not bleed into class unless applied ok 3 - ... but should be there after being applied ok 4 - ... the correct method ok t/handle_errors....1..3 ok 1 - use Class::Roles; ok 2 - import() should throw exception with odd number of arguments ok 3 - import() should throw exception if given an invalid target ok t/multiroles.......1..11 ok 1 - use Class::Roles; ok 2 - multi-roles should work ok 3 - ... registering only requested roles ok 4 - ... not defining package ok 5 - ... importing required methods ok 6 - ... and not unneeded ones ok 7 - multi-roles should work ok 8 - ... registering only requested roles ok 9 - ... not defining package ok 10 - ... importing required methods ok 11 - ... and not unneeded ones ok t/roles............1..17 # "does" should import named method ok 1 - use Class::Roles; ok 2 - Dog->can('bark') # "does" should import collection of named methods from role ok 3 - ... from role class ok 4 - Dog->can('eat') ok 5 - ... from role class ok 6 - Dog->can('sleep') # "does" should mark class as fulfilling role ok 7 - ... from role class ok 8 - Dog->can('scratch') ok 9 - ... not overriding existing method # does() should work on all classes ok 10 - ... not one bit ok 11 - Dog->can('does') ok 12 - ... true for roles the class can do (animal) ok 13 - ... true for roles the class can do (bark) ok 14 - ... true for roles the class can do (itches) ok 15 - ... false for roles the class cannot do # does() should work on sub classes ok 16 - ... roles should do themselves ok 17 - roles should also apply to sub classes ok All tests successful. Files=4, Tests=35, 1 wallclock secs ( 0.25 cusr + 0.09 csys = 0.34 CPU) /Users/cpanrun/build/5.10.0/bin/perl Build --makefile_env_macros 1 install Installing /Users/cpanrun/build/5.10.0/site/lib/Class/Roles.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/Class::Roles.3 Installing /Users/cpanrun/build/5.10.0/html/site/lib/Class/Roles.html Writing /Users/cpanrun/build/5.10.0/site/lib/auto/Class/Roles/.packlist