replace tabs with spaces (oops) s/\t/ /g
Brian Phillips [Tue, 2 Aug 2011 13:22:25 +0000 (08:22 -0500)]
t/07-no-message.t

index 4cb4219..e615112 100644 (file)
@@ -19,7 +19,7 @@ use Test::More;
         $int >= length($string) ? 1:0;
       };
 
-       has short_string => ( is => 'rw', isa => Varchar[5] );
+    has short_string => ( is => 'rw', isa => Varchar[5] );
 }
 
 my $obj = Test::MyMooseClass->new(short_string => 'four');