projects
/
gitmo/MooseX-Params-Validate.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3e1b1e0
)
Perltidy new code
Dave Rolsky [Wed, 16 Jan 2013 15:32:34 +0000 (09:32 -0600)]
t/001_basic.t
patch
|
blob
|
blame
|
history
diff --git
a/t/001_basic.t
b/t/001_basic.t
index
14e8248
..
13ecee0
100644
(file)
--- a/
t/001_basic.t
+++ b/
t/001_basic.t
@@
-64,7
+64,8
@@
use Test::Fatal;
foo => {
isa => 'ArrayRef',
callbacks => {
- 'some random callback' => sub { !ref($_[0]) || @{ $_[0] } <= 2 },
+ 'some random callback' =>
+ sub { !ref( $_[0] ) || @{ $_[0] } <= 2 },
},
},
);