X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;ds=sidebyside;f=t%2F11-maps-name.t;h=acc58f12b9bfede745c33ada3eb2fdc2f2c4f835;hb=761b2973c70ba26f3442b701a2d4e8d28c083f11;hp=ca48370ee7853b3cdbd90c81bdeaafe9a17adcb6;hpb=4a6e1fa8c323784a7fd42fb6c69201960dbacfcf;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/t/11-maps-name.t b/t/11-maps-name.t index ca48370..acc58f1 100644 --- a/t/11-maps-name.t +++ b/t/11-maps-name.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 1 + 7 + 9; +use Test::More tests => 1 + 6 + 10; use CPANPLUS::Dist::Gentoo::Maps; @@ -12,7 +12,6 @@ use CPANPLUS::Dist::Gentoo::Maps; is nc2g('CPANPLUS-Dist-Gentoo'), 'CPANPLUS-Dist-Gentoo', 'name_c2g returns non gentooisms correctly'; my %core_gentooisms = ( - 'ANSIColor' => 'Term-ANSIColor', 'Digest' => 'digest-base', 'I18N-LangTags' => 'i18n-langtags', 'Locale-Maketext' => 'locale-maketext', @@ -32,6 +31,7 @@ my %cpan_gentooisms = ( 'Log-Dispatch' => 'log-dispatch', 'Math-Pari' => 'math-pari', 'Regexp-Common' => 'regexp-common', + 'Time-Period' => 'Period', 'Tk' => 'perl-tk', 'Wx' => 'wxperl', 'YAML' => 'yaml',