Update of /cvsroot/openinteract/OpenInteract2/pkg/whats_new/OpenInteract2/SQLInstall
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/whats_new/OpenInteract2/SQLInstall
Modified Files:
WhatsNew.pm
Log Message:
OIN-155: add missing declarations where needed; also bump up all the copyrights...
Index: WhatsNew.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/whats_new/OpenInteract2/SQLInstall/WhatsNew.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** WhatsNew.pm 7 Jun 2004 03:56:31 -0000 1.3
--- WhatsNew.pm 18 Mar 2005 04:09:47 -0000 1.4
***************
*** 6,9 ****
--- 6,11 ----
use base qw( OpenInteract2::SQLInstall );
+ $OpenInteract2::SQLInstall::WhatsNew::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
+
my %FILES = (
default => [ 'whats_new.sql' ],
|