Update of /cvsroot/openinteract/OpenInteract2/pkg/base/OpenInteract2/SQLInstall
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base/OpenInteract2/SQLInstall
Modified Files:
Base.pm
Log Message:
OIN-155: add missing declarations where needed; also bump up all the copyrights...
Index: Base.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base/OpenInteract2/SQLInstall/Base.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Base.pm 28 Feb 2005 02:26:04 -0000 1.5
--- Base.pm 18 Mar 2005 04:09:42 -0000 1.6
***************
*** 8,11 ****
--- 8,13 ----
use OpenInteract2::Exception qw( oi_error );
+ $OpenInteract2::SQLInstall::Base::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
+
# NOTE: No data needs to be migrated since the sessions are transient
|