From: Matt S Trout Date: Thu, 12 Jul 2012 19:17:09 +0000 (+0000) Subject: remove strictures.pm from the test supplied by mmcleric so we install again X-Git-Tag: v1.001004~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e71272cf975042d82aed56f1d839f86279083905;hp=0f50fbc6044ec75959b2ba00372738a5d0920b21;p=gitmo%2FRole-Tiny.git remove strictures.pm from the test supplied by mmcleric so we install again --- diff --git a/Changes b/Changes index 80f97e1..226395b 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ + - remove strictures.pm from the test supplied by mmcleric so we install again - when applying runtime roles include roles from original class in new class ( fixes ::does_role checks) diff --git a/t/role-tiny-composition.t b/t/role-tiny-composition.t index 565d1d3..4119c86 100644 --- a/t/role-tiny-composition.t +++ b/t/role-tiny-composition.t @@ -1,4 +1,5 @@ -use strictures 1; +use strict; +use warnings FATAL => 'all'; use Test::More; use Test::Fatal;