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