]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/commitdiff
Add perl-gcpan as a category to search
authorVincent Pit <vince@profvince.com>
Sat, 23 Aug 2008 11:40:08 +0000 (13:40 +0200)
committerVincent Pit <vince@profvince.com>
Sat, 23 Aug 2008 11:40:08 +0000 (13:40 +0200)
lib/CPANPLUS/Dist/Gentoo.pm

index 4a3c275593740e271479e0777e9233b651a5e981..86a9d0c5215686d811998e21ac6704d66cbf608c 100644 (file)
@@ -209,7 +209,7 @@ sub create {
     $a .= '-' . $_->[1];
    }
    '|| ( ' . join(' ', map "$x$_/$a",
-                           qw/perl-core dev-perl/, CATEGORY) # perl-gcpan ?
+                           qw/perl-core dev-perl perl-gcpan/, CATEGORY)
            . ' )';
   } @{$stat->deps};
  $d   .= "\"\n";