]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/commitdiff
One more gentooism: XML-Sablot
authorVincent Pit <vince@profvince.com>
Fri, 16 Apr 2010 23:30:28 +0000 (01:30 +0200)
committerVincent Pit <vince@profvince.com>
Fri, 16 Apr 2010 23:50:40 +0000 (01:50 +0200)
lib/CPANPLUS/Dist/Gentoo/Maps.pm
t/11-maps-name.t

index 32cc77c99fc89a3223f36d4b6fc70cfda46fd82b..fa87c8a72ebf8fe35215bf24fbd56f3293389213 100644 (file)
@@ -199,6 +199,7 @@ Text-Wrapper            text-wrapper
 Tie-EncryptedHash       tie-encryptedhash
 Tk                      perl-tk
 Wx                      wxperl
+XML-Sablotron           XML-Sablot
 YAML                    yaml
 gettext                 Locale-gettext
 txt2html                TextToHTML
index 44a22ae372fa173010d7fa9614e3c8724c961a28..884c61fdc8575829a115f534fc8d089be9c7ccfe 100644 (file)
@@ -10,7 +10,7 @@ use CPANPLUS::Dist::Gentoo::Maps;
 our %gentooisms;
 *gentooisms = \%CPANPLUS::Dist::Gentoo::Maps::gentooisms;
 
-is scalar(keys %gentooisms), 75, 'gentooisms are all there';
+is scalar(keys %gentooisms), 76, 'gentooisms are all there';
 
 is $gentooisms{PathTools}, 'File-Spec', 'gentooisms were correctly loaded';