]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/Bugs.pm
depend on libmagic, gravatar-url and www-perl
[debbugs.git] / Debbugs / Bugs.pm
index 573bf51756c6d28b4d01876fe6e895566e33f7d2..e678aff43c1274e339e8e6d38c3d03e172a578e7 100644 (file)
@@ -38,7 +38,7 @@ incomplete) to slowest (and most complete).]
 use warnings;
 use strict;
 use vars qw($VERSION $DEBUG %EXPORT_TAGS @EXPORT_OK @EXPORT);
-use base qw(Exporter);
+use Exporter qw(import);
 
 BEGIN{
      $VERSION = 1.00;
@@ -325,7 +325,7 @@ sub bug_filter {
                                                          optional => 1,
                                                         },
                                          repeat_merged => {type => BOOLEAN,
-                                                           optional => 1,
+                                                           default => 1,
                                                           },
                                          include => {type => HASHREF,
                                                      optional => 1,