Fix script to work and load the utility test module.

This commit is contained in:
Colin Kuskie 2010-03-13 20:05:57 -08:00
parent 20507ee883
commit 790ccbe046

View file

@ -8,7 +8,7 @@
# http://www.plainblack.com info@plainblack.com # http://www.plainblack.com info@plainblack.com
#------------------------------------------------------------------- #-------------------------------------------------------------------
use lib 'tests'; #use lib 'tests';
use Test::Class::Load qw{tests/Test}; use Test::Class::Load qw{tests};
Test::Class->runtests; Test::Class->runtests;