From: Jesse Luehrs Date: Tue, 21 Jul 2009 03:54:54 +0000 (-0500) Subject: tabs -> spaces X-Git-Tag: 0.88~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ee19558349a2c2ddad4ee0e9dd477feec5e47f62;p=gitmo%2FMoose.git tabs -> spaces --- diff --git a/t/040_type_constraints/004_util_find_type_constraint.t b/t/040_type_constraints/004_util_find_type_constraint.t index 4b6e764..8fe6a6b 100644 --- a/t/040_type_constraints/004_util_find_type_constraint.t +++ b/t/040_type_constraints/004_util_find_type_constraint.t @@ -7,7 +7,7 @@ use Test::More tests => 18; use Test::Exception; BEGIN { - use_ok('Moose::Util::TypeConstraints'); + use_ok('Moose::Util::TypeConstraints'); } foreach my $type_name (qw( @@ -35,4 +35,4 @@ foreach my $type_name (qw( } # TODO: -# add tests for is_subtype_of which confirm the hierarchy \ No newline at end of file +# add tests for is_subtype_of which confirm the hierarchy