From: Chris W. <la...@us...> - 2005-03-18 04:10:31
|
Update of /cvsroot/openinteract/OpenInteract2/lib/Apache In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/Apache Modified Files: OpenInteract2.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: OpenInteract2.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/Apache/OpenInteract2.pm,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** OpenInteract2.pm 17 Mar 2005 14:57:55 -0000 1.17 --- OpenInteract2.pm 18 Mar 2005 04:09:48 -0000 1.18 *************** *** 12,15 **** --- 12,17 ---- use OpenInteract2::Response; + $Apache::OpenInteract2::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); |