Subject: | Feature request - Command namespaces |
Date: | Mon, 15 Mar 2010 12:15:43 +0900 |
To: | bug-App-Cmd [...] rt.cpan.org |
From: | Ben <benhumphreys [...] gmail.com> |
Hi,
We're using App::Cmd (or rather MooseX::App::Cmd) extensively at work,
and would like to be able to group commands.
So instead of having a flat of some commands like:
type1_create
type1_blah
type2_create
type2_something_else
We'd want to put these in
Command::Type1::create
Command::Type1::blah
Command::Type2::create
Command::Type2::something_else
Do you have any recommendations as to where I should start looking to
implement this?
I don't mind implementing it and submitting a patch.
Thanks,
Ben