MooseX::App::Cmd is a really handy little module to add robustness and decoupling to your command line applications. It allows you to treat each command as a separate class, keeping your code tidy, and pretty re-usable.
Continue reading for an example of what I recently used it for....
Continue reading MooseX::App::Cmd and your Command Line Apps.



