]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/Packages.pm
depend on libmagic, gravatar-url and www-perl
[debbugs.git] / Debbugs / Packages.pm
index 5c4d22367d78a7eb66f0156109b9d54969fe0478..f2ba789b14d1c0ccd149dddcf7172a49b351969a 100644 (file)
@@ -12,7 +12,7 @@ package Debbugs::Packages;
 use warnings;
 use strict;
 
-use base qw(Exporter);
+use Exporter qw(import);
 use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS @EXPORT);
 
 use Carp;
@@ -610,7 +610,7 @@ sub make_source_versions {
                    my @bin_versions = sourcetobinary($1,$version);
                    if (not @bin_versions or
                        @{$bin_versions[0]} != 3) {
-                       print {$warnings} "The source $1 and version $2 do not appear to match any binary packages\n";
+                       print {$warnings} "The source '$1' and version '$version' do not appear to match any binary packages\n";
                    }
                    next;
                }