Update of /cvsroot/openinteract/OpenInteract2/lib/Apache/OpenInteract2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/Apache/OpenInteract2
Modified Files:
HttpAuth.pm
Log Message:
OIN-155: add missing declarations where needed; also bump up all the copyrights...
Index: HttpAuth.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/lib/Apache/OpenInteract2/HttpAuth.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** HttpAuth.pm 17 Mar 2005 14:57:55 -0000 1.11
--- HttpAuth.pm 18 Mar 2005 04:09:48 -0000 1.12
***************
*** 9,12 ****
--- 9,14 ----
use OpenInteract2::Context qw( CTX );
+ $Apache::OpenInteract2::HttpAuth::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
+
my ( $log );
|