added MX::Types::Moose
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / Deploy.pm
index 7efd59a..ca08072 100644 (file)
@@ -4,6 +4,7 @@ use Moose;
 use namespace::autoclean;
 
 with 'MooseX::Getopt';
+use MooseX::Types::Moose qw/Str/;
 use Config::General;
 use FindBin;
 use lib "$FindBin::Bin/../lib";