I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2012-01-25 13:14:15.990528-08 by kerisman in response to 13616
Re: sub command dispatching confusion
You can use subcommand_alias() to give a subcommand whatever name you choose. In fact, the "queue" example does this for My::Queue::Command::Property. It defines subcommand_alias to enable 'l' and 's' as alternatives for the default names (so "queue property s" is the same as "queue property set" and "queue property l" is the same as "queue property list").
Direct Responses: 13618 | Write a response