remove unused "use Try::Tiny" 0.21
Ansgar Burchardt [Thu, 4 Feb 2010 13:26:24 +0000 (22:26 +0900)]
t/04-map.t did have a "use Try::Tiny" statement even though Try::Tiny is
not used in the test.

Signed-off-by: Ansgar Burchardt <ansgar@43-1.org>

t/04-map.t

index b976b1a..636b11d 100644 (file)
@@ -4,7 +4,6 @@ use Test::More;
 
 use MooseX::Types::Moose qw(Int Num);
 use MooseX::Types::Structured qw(Map);
-use Try::Tiny;
 
 my $type = Map[ Int, Num ];