Update of /cvsroot/openinteract/OpenInteract2/pkg/base_error/OpenInteract2/SQLInstall
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_error/OpenInteract2/SQLInstall
Modified Files:
Error.pm
Log Message:
OIN-155: add missing declarations where needed; also bump up all the copyrights...
Index: Error.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_error/OpenInteract2/SQLInstall/Error.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Error.pm 25 Feb 2005 05:14:35 -0000 1.3
--- Error.pm 18 Mar 2005 04:09:43 -0000 1.4
***************
*** 6,9 ****
--- 6,12 ----
use base qw( OpenInteract2::SQLInstall );
+ $OpenInteract2::SQLInstall::Error::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
+
+
sub get_security_file {
return 'install_security.dat';
|