projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c249aaf
)
Use strict/warnings instead of strictures
Dagfinn Ilmari Mannsåker [Fri, 2 Nov 2012 15:09:12 +0000 (15:09 +0000)]
Changes
patch
|
blob
|
blame
|
history
t/compose-modifiers.t
patch
|
blob
|
blame
|
history
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
diff --git
a/t/compose-modifiers.t
b/t/compose-modifiers.t
index
1e67ffc
..
882c4ea
100644
(file)
--- 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 {