]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/commitdiff
More gentooisms
authorVincent Pit <vince@profvince.com>
Mon, 8 Dec 2008 17:09:11 +0000 (18:09 +0100)
committerVincent Pit <vince@profvince.com>
Mon, 8 Dec 2008 17:09:11 +0000 (18:09 +0100)
lib/CPANPLUS/Dist/Gentoo.pm

index fda4b054b8fb67c9c32911fa0db1452f73e0c4ef..25adfd351a6439ebe825eb3dd8c97378eef3a70f 100644 (file)
@@ -82,13 +82,16 @@ sub init {
 }
 
 my %gentooism = (
+ 'Crypt-RSA'         => 'crypt-rsa',
  'Digest'            => 'digest-base',
  'Locale-Maketext'   => 'locale-maketext',
+ 'Math-Pari'         => 'math-pari',
  'Net-Ping'          => 'net-ping',
  'PathTools'         => 'File-Spec',
  'PodParser'         => 'Pod-Parser',
  'Set-Scalar'        => 'set-scalar',
  'Tie-EncryptedHash' => 'tie-encryptedhash',
+ 'YAML'              => 'yaml',
 );
 
 sub prepare {