projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0f50fbc
)
remove strictures.pm from the test supplied by mmcleric so we install again
Matt S Trout [Thu, 12 Jul 2012 19:17:09 +0000 (19:17 +0000)]
Changes
patch
|
blob
|
blame
|
history
t/role-tiny-composition.t
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
80f97e1
..
226395b
100644
(file)
--- 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
(file)
--- 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;