Forgot the type module
[catagits/Catalyst-Runtime.git] / t / arg_constraints.t
index a8e8ae2..5ef97e5 100644 (file)
@@ -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) = @_;