From: Chris W. <la...@us...> - 2005-03-18 04:10:32
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/object_activity/OpenInteract2/SQLInstall In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/object_activity/OpenInteract2/SQLInstall Modified Files: ObjectActivity.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: ObjectActivity.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/object_activity/OpenInteract2/SQLInstall/ObjectActivity.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ObjectActivity.pm 26 Feb 2004 14:00:35 -0000 1.4 --- ObjectActivity.pm 18 Mar 2005 04:09:47 -0000 1.5 *************** *** 6,9 **** --- 6,11 ---- use base qw( OpenInteract2::SQLInstall ); + $OpenInteract2::SQLInstall::ObjectActivity::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my %FILES = ( oracle => [ 'object_track_oracle.sql', |