From: Chris W. <la...@us...> - 2005-03-18 04:10:58
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_user/OpenInteract2/SQLInstall In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_user/OpenInteract2/SQLInstall Modified Files: User.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: User.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_user/OpenInteract2/SQLInstall/User.pm,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** User.pm 13 Jun 2004 19:42:20 -0000 1.14 --- User.pm 18 Mar 2005 04:09:45 -0000 1.15 *************** *** 10,13 **** --- 10,15 ---- use SPOPS::Utility; + $OpenInteract2::SQLInstall::User::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my @FIELDS = qw( is_ldap ); __PACKAGE__->mk_accessors( @FIELDS ); *************** *** 168,172 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 170,174 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify |