From: Vincent Pit Date: Tue, 8 Sep 2009 14:23:45 +0000 (+0200) Subject: Fix the gentooisms count in t/11-maps-name.t X-Git-Tag: v0.09~29 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=commitdiff_plain;h=fe8e1f1d5e4f310602734e1e93f22ae99ab6fc6d Fix the gentooisms count in t/11-maps-name.t --- 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';