]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/Bugs.pm
pass uri_escape to templates in bugreport.cgi
[debbugs.git] / Debbugs / Bugs.pm
index e4f8cc8825e7fc887949a17c213d2a3115e7f548..f8e049ddf6633fd755762a697abda6e9e6ee70f8 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;
@@ -58,7 +58,7 @@ use Debbugs::Packages qw(getsrcpkgs getpkgsrc);
 use Debbugs::Common qw(getparsedaddrs package_maintainer getmaintainers make_list);
 use Fcntl qw(O_RDONLY);
 use MLDBM qw(DB_File Storable);
-use List::Util qw(first);
+use List::AllUtils qw(first);
 use Carp;
 
 =head2 get_bugs