From: Vincent Pit Date: Fri, 16 Apr 2010 23:30:28 +0000 (+0200) Subject: One more gentooism: XML-Sablot X-Git-Tag: v0.10~6 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=commitdiff_plain;h=2bd32904bf699aae0d031237b258dbf6416d79b3 One more gentooism: XML-Sablot --- diff --git a/lib/CPANPLUS/Dist/Gentoo/Maps.pm b/lib/CPANPLUS/Dist/Gentoo/Maps.pm index 32cc77c..fa87c8a 100644 --- a/lib/CPANPLUS/Dist/Gentoo/Maps.pm +++ b/lib/CPANPLUS/Dist/Gentoo/Maps.pm @@ -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 diff --git a/t/11-maps-name.t b/t/11-maps-name.t index 44a22ae..884c61f 100644 --- a/t/11-maps-name.t +++ b/t/11-maps-name.t @@ -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';