From: Matt S Trout Date: Wed, 20 Jul 2011 04:33:07 +0000 (+0000) Subject: helps to get the package name right (Role::Tiny::With) X-Git-Tag: release_0.009009~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FRole-Tiny.git;a=commitdiff_plain;h=5a17a18527609e59d14b3596b065ffbf76324f0c helps to get the package name right (Role::Tiny::With) --- diff --git a/lib/Role/Tiny/With.pm b/lib/Role/Tiny/With.pm index 670aacb..29b46d2 100644 --- 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 --- 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;