X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Ftypes_custom.t;fp=t%2Ftypes_custom.t;h=7198c2d87e128804a222cb149b4cb93f0a674f73;hb=f7651a6e5b18523fd6e00f809a8c40dd0127251a;hp=02e46fcbe940c7270ee4098cf504df54d7086344;hpb=35cd137a802eb7c4e3838043d407bf55ee93dfc4;p=p5sagit%2FFunction-Parameters.git diff --git a/t/types_custom.t b/t/types_custom.t index 02e46fc..7198c2d 100644 --- a/t/types_custom.t +++ b/t/types_custom.t @@ -7,7 +7,7 @@ use Test::Fatal; use Function::Parameters qw(:strict); use Function::Parameters { - def => { check_argument_count => 1 }, + def => { strict => 1 }, }; {