From: Chris W. <la...@us...> - 2005-03-18 04:10:31
|
Update of /cvsroot/openinteract/OpenInteract2/lib/Apache2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/Apache2 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/Apache2/OpenInteract2.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** OpenInteract2.pm 17 Mar 2005 14:57:55 -0000 1.4 --- OpenInteract2.pm 18 Mar 2005 04:09:48 -0000 1.5 *************** *** 13,16 **** --- 13,18 ---- use OpenInteract2::Response; + $Apache2::OpenInteract2::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); my ( $done ); |