removed MooseX::Command::* stuff for now
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / Create.pm
index 5013fc7..c46f51c 100644 (file)
@@ -1,12 +1,13 @@
 package Catalyst::Script::Create;
 use Moose;
-use Getopt::Long;
 use Pod::Usage;
 use Catalyst::Helper;
 use MooseX::Types::Moose qw/Str Bool/;
 use namespace::autoclean;
 
 with "MooseX::Getopt";
+#extends qw(MooseX::App::Cmd);
+
 
 has _app => (
     reader   => 'app',