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
t/role-tiny-with.t

index 670aacb..29b46d2 100644 (file)
@@ -1,4 +1,4 @@
-package Role::Tiny;
+package Role::Tiny::With;
 
 use strict;
 use warnings FATAL => 'all';
index afca4e2..b77a70c 100644 (file)
@@ -1,6 +1,5 @@
 use strictures 1;
 use Test::More;
-use Test::Fatal;
 
 BEGIN {
   package MyRole;