From: Vincent Pit Date: Wed, 1 Jul 2009 08:52:17 +0000 (+0200) Subject: Update the gentooisms test count X-Git-Tag: v0.07~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=commitdiff_plain;h=be39c0e11dc1927a4304c69dbc329d59e6530f1e Update the gentooisms test count --- diff --git a/t/11-maps-name.t b/t/11-maps-name.t index db03f74..d61cbab 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), 73, 'gentooisms are all there'; is $gentooisms{PathTools}, 'File-Spec', 'gentooisms were correctly loaded';