X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Frole-tiny-with.t;h=8fc2b1457530f87afa35b1039a75b5176d1a01a4;hb=ceabcbb70d05daa7d7809fb9836553ccd7b543ea;hp=afca4e228a756a9a8fb89ec87478f0d5f4e6cfad;hpb=a1164a0bb0cba509976456877051a14c2a9980d2;p=gitmo%2FRole-Tiny.git diff --git a/t/role-tiny-with.t b/t/role-tiny-with.t index afca4e2..8fc2b14 100644 --- a/t/role-tiny-with.t +++ b/t/role-tiny-with.t @@ -1,6 +1,6 @@ -use strictures 1; +use strict; +use warnings FATAL => 'all'; use Test::More; -use Test::Fatal; BEGIN { package MyRole;