[Module-build-checkins] Module-Build/t/lib MBTest.pm,1.1,1.2
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2005-12-29 03:04:29
|
Update of /cvsroot/module-build/Module-Build/t/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4457 Modified Files: MBTest.pm Log Message: Need to load Config.pm Index: MBTest.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/t/lib/MBTest.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MBTest.pm 29 Dec 2005 03:01:48 -0000 1.1 +++ MBTest.pm 29 Dec 2005 03:04:22 -0000 1.2 @@ -17,6 +17,7 @@ use Exporter; use Test::More; +use Config; # We pass everything through to Test::More use vars qw($VERSION @ISA @EXPORT %EXPORT_TAGS $TODO); |