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