From: Kaare Rasmussen Date: Tue, 11 Aug 2015 19:41:58 +0000 (+0200) Subject: Forgot the type module X-Git-Tag: 5.90100~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=50b07d604b372d9487863120b9df9c813bbe7334 Forgot the type module --- diff --git a/t/arg_constraints.t b/t/arg_constraints.t index a8e8ae2..5ef97e5 100644 --- a/t/arg_constraints.t +++ b/t/arg_constraints.t @@ -221,6 +221,7 @@ BEGIN { use Moose::Role; use MooseX::MethodAttributes::Role; + use MyApp::Types qw/Int/; sub an_int :Local Args(Int) { my ($self, $c, $int) = @_;