X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Farg_constraints.t;h=5ef97e53ed916118423f32a7e3c6b7d559ffa1dd;hp=a8e8ae27b429698b78937bfbf0ffe7a46403ad39;hb=50b07d604b372d9487863120b9df9c813bbe7334;hpb=fc036112266c785163c051608821d66f42757ed3 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) = @_;