From: Shawn M Moore Date: Fri, 20 Feb 2009 06:57:51 +0000 (+0000) Subject: Only 8 tests X-Git-Tag: 0.05~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Role-Parameterized.git;a=commitdiff_plain;h=1c274160473ac62cc19e5e6c63ad5ddab67b8814 Only 8 tests --- diff --git a/t/150-composite-role-application.t b/t/150-composite-role-application.t index 98b1028..42464e6 100644 --- a/t/150-composite-role-application.t +++ b/t/150-composite-role-application.t @@ -2,7 +2,7 @@ use strict; use warnings; -use Test::More tests => 9; +use Test::More tests => 8; use Test::Exception; do {