From: Chris W. <la...@us...> - 2005-03-18 04:10:33
|
Update of /cvsroot/openinteract/OpenInteract2/lib/HTTP/Daemon In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/HTTP/Daemon 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/HTTP/Daemon/OpenInteract2.pm,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** OpenInteract2.pm 17 Mar 2005 14:57:55 -0000 1.12 --- OpenInteract2.pm 18 Mar 2005 04:09:48 -0000 1.13 *************** *** 10,13 **** --- 10,15 ---- use OpenInteract2::Context qw( CTX ); + $HTTP::Daemon::OpenInteract2Daemon::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); |