From: Dagfinn Ilmari Mannsåker Date: Fri, 2 Nov 2012 15:09:12 +0000 (+0000) Subject: Use strict/warnings instead of strictures X-Git-Tag: v1.002004~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5897133a52e7a5739b95c2e2d22d8ce59fc28d06;p=gitmo%2FRole-Tiny.git Use strict/warnings instead of strictures --- diff --git a/Changes b/Changes index 9707105..1aba250 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ + - remove accidentally-introduced strictures.pm usage + 1.002003 - 2012-10-29 - fix method modifier breakage on 5.10.0 diff --git a/t/compose-modifiers.t b/t/compose-modifiers.t index 1e67ffc..882c4ea 100644 --- a/t/compose-modifiers.t +++ b/t/compose-modifiers.t @@ -1,4 +1,5 @@ -use strictures 1; +use strict; +use warnings FATAL => 'all'; use Test::More; BEGIN {