X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=blobdiff_plain;f=t%2F11-maps-name.t;h=44a22ae372fa173010d7fa9614e3c8724c961a28;hp=7e1621b98bcd2499ab76d01466269cd7bf7ce087;hb=edd293575f7ea524a7ac984d81a193d0cd062823;hpb=bdd88f65716362b68b249371a9987541b89ff28d diff --git a/t/11-maps-name.t b/t/11-maps-name.t index 7e1621b..44a22ae 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), 74, 'gentooisms are all there'; +is scalar(keys %gentooisms), 75, 'gentooisms are all there'; is $gentooisms{PathTools}, 'File-Spec', 'gentooisms were correctly loaded';