Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19575/lib/OpenInteract2
Modified Files:
Setup.pm
Log Message:
just add a 'use'
Index: Setup.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup.pm,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** Setup.pm 28 Jan 2005 14:00:25 -0000 1.58
--- Setup.pm 8 Feb 2005 01:11:27 -0000 1.59
***************
*** 13,16 ****
--- 13,17 ----
use OpenInteract2::Setup::DependencySource;
use OpenInteract2::URL; # don't get rid of this...
+ use OpenInteract2::Util;
$OpenInteract2::Setup::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
|