Checking if your kit is complete... Looks good 'SIGN' is not a known MakeMaker parameter name. Writing Makefile for Business::SLA cp lib/Business/SLA.pm blib/lib/Business/SLA.pm Manifying blib/man3/Business::SLA.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/01use.............ok 1 - use Business::SLA; 1..1 FAILED test 1 Failed 1/1 tests, 0.00% okay t/basics............1..37 ok 1 - use Business::SLA; ok 2 - The object isa Business::SLA ok 3 - empty object => empty opt ok 4 - empty object => empty opt ok 5 - empty object => empty opt ok 6 - Returned same InHoursDefault ok 7 - Returned same InHoursDefault ok 8 - Returned same OutOfHoursDefault ok 9 - Returned same OutOfHoursDefault ok 10 - Time is in hours ok 11 - Time is in hours ok 12 - No business hours => always in hours ok 13 - No business hours => always in hours ok 14 - Got real minutes for added SLA ok 15 - Got no real minutes for business SLA ok 16 - Got no real minutes for wrong SLA Use of uninitialized value in hash element at blib/lib/Business/SLA.pm line 215. Use of uninitialized value in hash element at blib/lib/Business/SLA.pm line 215. ok 17 - Got no real minutes for undef SLA ok 18 - Got undef instead of business minutes for any SLA without Business Hours ok 19 - Got undef instead of business minutes for any SLA without Business Hours ok 20 - Got undef instead of business minutes for any SLA without Business Hours ok 21 - Got undef instead of business minutes for any SLA without Business Hours ok 22 - no BusinessHours => things start immediately ok 23 - no BusinessHours => things start immediately ok 24 - no BusinessHours => things start immediately ok 25 - no BusinessHours => things start immediately ok 26 - for a wrong service level things start immediately too ok 27 - no BusinessHours => things start immediately ok 28 - no BusinessHours => things start immediately ok 29 - no BusinessHours => things start immediately ok 30 - no BusinessHours => things start immediately ok 31 - for a wrong service level things start immediately too ok 32 - Get starting time ok 33 - Get starting time ok 34 - Get starting time ok 35 - Get starting time ok 36 - Get starting time ok 37 - Get starting time ok t/business_hours....1..28 ok 1 - use Business::SLA; ok 2 - use Business::Hours; ok 3 - Returned same Business Hours ok 4 - Returned same Business Hours ok 5 - Time is in business hours ok 6 - Time is in business hours ok 7 - is in hours ok 8 - is out of hours ok 9 - Got real minutes for real SLA ok 10 - Got no real minutes for business SLA ok 11 - Got no real minutes for wrong SLA Use of uninitialized value in hash element at blib/lib/Business/SLA.pm line 215. Use of uninitialized value in hash element at blib/lib/Business/SLA.pm line 215. ok 12 - Got no real minutes for undef SLA ok 13 - Got no business minutes for real SLA ok 14 - Got business minutes for business SLA ok 15 - Got no business minutes for wrong SLA Use of uninitialized value in hash element at blib/lib/Business/SLA.pm line 232. Use of uninitialized value in hash element at blib/lib/Business/SLA.pm line 232. ok 16 - Got no business minutes for undef SLA ok 17 - in hours => start immediately ok 18 - in hours => start immediately ok 19 - in hours => start immediately ok 20 - in hours => start immediately ok 21 - for wrong levels things start immediately too ok 22 - real: out of hours => start in hours ok 23 - business: out of hours => start in hours ok 24 - immediately_real: out of hours => start immediately ok 25 - immediately_business: out of hours => start immediately ok 26 - wrong level: out of hours => start in hours too ok 27 - Got business minutes for added SLA without Business Hours ok 28 - Got business minutes for added SLA with Business Hours ok Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/01use.t 1 1 100.00% 1 Failed 1/3 test scripts, 66.67% okay. 1/66 subtests failed, 98.48% okay. make: *** [test_dynamic] Error 29