X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Params-Validate.git;a=blobdiff_plain;f=t%2F001_basic.t;fp=t%2F001_basic.t;h=13ecee066d473c46e65cc46811518e71c4e04fa7;hp=14e824800c8f73cf79cc762d9882d10ee3d00e86;hb=ccdd2813934f72ea676eb55d833db3c62f206364;hpb=3e1b1e06f82e80c3d29b98acd594205abf2c7536 diff --git a/t/001_basic.t b/t/001_basic.t index 14e8248..13ecee0 100644 --- 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 }, }, }, );