Description: Fix some warnings about deprecated usage of 'defined' with Perl
 5.12 which break wwsympa CGI.
Forwarded: not-needed
Bug-Debian: http://bugs.debian.org/629096
Author: Emmanuel Bouthenot <kolter@debian.org>
Last-Update: 2011-06-03
--- a/wwsympa/wwsympa.fcgi.in
+++ b/wwsympa/wwsympa.fcgi.in
@@ -15789,7 +15789,7 @@
      wwslog ('debug2',"export_topics($robot)");
      my %topics = &List::load_topics($robot);
 
-     unless (defined %topics) {
+     unless (%topics) {
 	 &wwslog('err','No topics defined');
 	 return undef;
      }
