projects
/
gitmo/MooseX-Dependent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cbac598
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/07-no-message.t
b/t/07-no-message.t
index
4cb4219
..
e615112
100644
(file)
--- 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');