From: Chris W. <la...@us...> - 2005-03-18 04:10:32
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/lookup/OpenInteract2/SQLInstall In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/lookup/OpenInteract2/SQLInstall Modified Files: Lookup.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Lookup.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/lookup/OpenInteract2/SQLInstall/Lookup.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Lookup.pm 26 Mar 2003 13:09:03 -0000 1.1 --- Lookup.pm 18 Mar 2005 04:09:47 -0000 1.2 *************** *** 6,9 **** --- 6,11 ---- use base qw( OpenInteract2::SQLInstall ); + $OpenInteract2::SQLInstall::Lookup::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + sub get_security_file { return 'install_security.dat'; |