From: Robert Buels Date: Mon, 9 Aug 2010 17:23:16 +0000 (-0700) Subject: oops, role composition test needed Test::Exception also X-Git-Tag: v0.18~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-ClassAttribute.git;a=commitdiff_plain;h=ddc8a57e8e0b14bda87f476dc732414d444d74e5 oops, role composition test needed Test::Exception also --- diff --git a/t/08-role-composition.t b/t/08-role-composition.t index 08a3356..6cf2a02 100644 --- a/t/08-role-composition.t +++ b/t/08-role-composition.t @@ -1,6 +1,7 @@ use strict; use warnings; use Test::More; +use Test::Exception; lives_ok { Bar->new->_connections;