projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2d916fe
)
Add some whitespace
Dave Rolsky [Thu, 21 Oct 2010 20:01:16 +0000 (15:01 -0500)]
t/070_native_traits/013_array_coerce.t
patch
|
blob
|
blame
|
history
diff --git
a/t/070_native_traits/013_array_coerce.t
b/t/070_native_traits/013_array_coerce.t
index
71fc3fd
..
88f2845
100644
(file)
--- a/
t/070_native_traits/013_array_coerce.t
+++ b/
t/070_native_traits/013_array_coerce.t
@@
-98,10
+98,12
@@
my $foo = Foo->new;
{
package Thing;
use Moose;
+
has thing => (
is => 'ro', isa => 'Str',
);
}
+
{
package Bar;
use Moose;