X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F11-maps-name.t;h=7e1621b98bcd2499ab76d01466269cd7bf7ce087;hb=fe8e1f1d5e4f310602734e1e93f22ae99ab6fc6d;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..7e1621b 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), 74, 'gentooisms are all there'; is $gentooisms{PathTools}, 'File-Spec', 'gentooisms were correctly loaded';