Update of /cvsroot/popfile/engine/UI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27694/UI
Modified Files:
HTML.pm
Log Message:
Using Digest::MD5 once should be enough
Index: HTML.pm
===================================================================
RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v
retrieving revision 1.383
retrieving revision 1.384
diff -C2 -d -r1.383 -r1.384
*** HTML.pm 30 Mar 2008 10:22:37 -0000 1.383
--- HTML.pm 31 Mar 2008 15:30:27 -0000 1.384
***************
*** 34,38 ****
use IO::Socket;
use IO::Select;
- use Digest::MD5 qw( md5_hex );
use HTML::Template;
use Date::Format;
--- 34,37 ----
|