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