added MX::Types::Moose
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / FastCGI.pm
index 7fbd57e..74648af 100644 (file)
@@ -5,6 +5,7 @@ use FindBin qw/$Bin/;
 use lib "$Bin/../lib";
 use Pod::Usage;
 use Moose;
+use MooseX::Types::Moose qw/Str Bool Int/;
 use namespace::autoclean;
 
 with 'MooseX::Getopt';