no windows linefeeds
John Napiorkowski [Wed, 30 Jun 2010 15:45:33 +0000 (11:45 -0400)]
t/01-basic.t
t/10-recursion.t

index 071f231..58b24cb 100644 (file)
@@ -15,7 +15,7 @@ my $list_tc = MooseX::Meta::TypeConstraint::Structured->new(
     parent => $arrayref,
     type_constraints => [$int, $str],
     constraint_generator=> sub {
-        my @type_constraints = @{shift @_};            
+        my @type_constraints = @{shift @_};
         my @values = @{shift @_};
 
         while(my $type_constraint = shift @type_constraints) {
index 6667f01..2f34346 100644 (file)
@@ -12,7 +12,7 @@ BEGIN {
     use Moose::Util::TypeConstraints;
     use MooseX::Types::Structured qw(Dict Tuple);
     use MooseX::Types::Moose qw(
-        Int 
+        Int
         Str 
         ScalarRef
     );