From: Manni H. <man...@us...> - 2006-01-14 08:46:34
|
Update of /cvsroot/popfile/engine/Classifier In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16141/Classifier Modified Files: MailParse.pm Log Message: Fix bug that lead to wrong display of magnet on single message page. Enable warnings in MailParse.pm to catch stuff like that earlier. Index: MailParse.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/MailParse.pm,v retrieving revision 1.221 retrieving revision 1.222 diff -C2 -d -r1.221 -r1.222 *** MailParse.pm 19 Dec 2005 11:41:52 -0000 1.221 --- MailParse.pm 14 Jan 2006 08:46:23 -0000 1.222 *************** *** 25,28 **** --- 25,29 ---- use strict; + use warnings; use locale; |