X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F11-maps-name.t;h=884c61fdc8575829a115f534fc8d089be9c7ccfe;hb=2bd32904bf699aae0d031237b258dbf6416d79b3;hp=db03f7485a9043692a542c5f70731cf3bba83379;hpb=7e2aca98057c17b7728aa3028a07dacd2fdd0d62;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/t/11-maps-name.t b/t/11-maps-name.t index db03f74..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), 71, 'gentooisms are all there'; +is scalar(keys %gentooisms), 76, 'gentooisms are all there'; is $gentooisms{PathTools}, 'File-Spec', 'gentooisms were correctly loaded';