projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
33d3573
)
helps to get the package name right (Role::Tiny::With)
Matt S Trout [Wed, 20 Jul 2011 04:33:07 +0000 (
04:33
+0000)]
lib/Role/Tiny/With.pm
patch
|
blob
|
blame
|
history
t/role-tiny-with.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Role/Tiny/With.pm
b/lib/Role/Tiny/With.pm
index
670aacb
..
29b46d2
100644
(file)
--- a/
lib/Role/Tiny/With.pm
+++ b/
lib/Role/Tiny/With.pm
@@
-1,4
+1,4
@@
-package Role::Tiny;
+package Role::Tiny::With;
use strict;
use warnings FATAL => 'all';
diff --git
a/t/role-tiny-with.t
b/t/role-tiny-with.t
index
afca4e2
..
b77a70c
100644
(file)
--- a/
t/role-tiny-with.t
+++ b/
t/role-tiny-with.t
@@
-1,6
+1,5
@@
use strictures 1;
use Test::More;
-use Test::Fatal;
BEGIN {
package MyRole;