From: Joseph C. <tex...@us...> - 2006-02-09 00:25:40
|
Update of /cvsroot/popfile/engine/Classifier In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11807/Classifier Modified Files: Tag: b0_22_2 MailParse.pm Log Message: Remove "use warnings" because it causes way too many warnings on things that don't matter. Index: MailParse.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/MailParse.pm,v retrieving revision 1.216.4.5 retrieving revision 1.216.4.6 diff -C2 -d -r1.216.4.5 -r1.216.4.6 *** MailParse.pm 7 Feb 2006 18:51:24 -0000 1.216.4.5 --- MailParse.pm 9 Feb 2006 00:25:31 -0000 1.216.4.6 *************** *** 25,29 **** use strict; - use warnings; use locale; --- 25,28 ---- |