Update of /cvsroot/openinteract/OpenInteract2/pkg/base_group/OpenInteract2/SQLInstall
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_group/OpenInteract2/SQLInstall
Modified Files:
Group.pm
Log Message:
OIN-155: add missing declarations where needed; also bump up all the copyrights...
Index: Group.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_group/OpenInteract2/SQLInstall/Group.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Group.pm 13 Jun 2004 19:42:00 -0000 1.9
--- Group.pm 18 Mar 2005 04:09:43 -0000 1.10
***************
*** 10,13 ****
--- 10,15 ----
use SPOPS::SQLInterface;
+ $OpenInteract2::SQLInstall::Group::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
+
my @FIELDS = qw( is_ldap );
__PACKAGE__->mk_accessors( @FIELDS );
|