X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=blobdiff_plain;f=t%2F11-maps-name.t;h=884c61fdc8575829a115f534fc8d089be9c7ccfe;hp=44a22ae372fa173010d7fa9614e3c8724c961a28;hb=2bd32904bf699aae0d031237b258dbf6416d79b3;hpb=ba772ef86983b0403d1aa6de8cfd47935e5bc6b2 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';