Use strict/warnings instead of strictures
Dagfinn Ilmari Mannsåker [Fri, 2 Nov 2012 15:09:12 +0000 (15:09 +0000)]
Changes
t/compose-modifiers.t

diff --git a/Changes b/Changes
index 9707105..1aba250 100644 (file)
--- 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
 
index 1e67ffc..882c4ea 100644 (file)
@@ -1,4 +1,5 @@
-use strictures 1;
+use strict;
+use warnings FATAL => 'all';
 use Test::More;
 
 BEGIN {