/[Apache-SVN]/spamassassin/trunk/lib/Mail/SpamAssassin.pm
ViewVC logotype

Diff of /spamassassin/trunk/lib/Mail/SpamAssassin.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- spamassassin/trunk/lib/Mail/SpamAssassin.pm	2005/05/09 08:21:52	169252
+++ spamassassin/trunk/lib/Mail/SpamAssassin.pm	2005/05/09 08:27:50	169253
@@ -88,7 +88,8 @@ BEGIN {
 
   # and shut up the Net::Ident warnings: "Net::Ident::_export_hooks() called
   # too early to check prototype at /usr/share/perl5/Net/Ident.pm line 29."
-  eval { sub Net::Ident::_export_hooks; };
+  #commented out line: causes all kinds of warnings and errors
+  #eval { sub Net::Ident::_export_hooks; };
 }
 
 use vars qw{

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26