From: Brian Phillips Date: Tue, 2 Aug 2011 13:22:25 +0000 (-0500) Subject: replace tabs with spaces (oops) s/\t/ /g X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3782156493117ca5e929019ef2da79a84a065d88;p=gitmo%2FMooseX-Dependent.git replace tabs with spaces (oops) s/\t/ /g --- diff --git a/t/07-no-message.t b/t/07-no-message.t index 4cb4219..e615112 100644 --- a/t/07-no-message.t +++ b/t/07-no-message.t @@ -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');