add friendly error message when giving argless plugins args
[gitmo/MooseX-Runnable.git] / lib / MooseX / Runnable / Invocation.pm
2009-06-25 Jonathan Rockway add friendly error message when giving argless plugins...
2009-06-25 Jonathan Rockway Tag plugins that can take cmdline args with Role::Cmdli...
2009-04-29 Jonathan Rockway fix tests; make default value for plugins {}
2009-04-29 Jonathan Rockway replace MX::Object::Pluggable with hand-rolled loader...
2009-04-29 Jonathan Rockway fix bug in boolean logic leading to misleading error...
2009-04-29 Jonathan Rockway at least pass plugin args to ::Invocation
2009-04-29 Jonathan Rockway use autoclean
2009-04-29 Jonathan Rockway makefile, doc cleanups
2009-04-13 Jonathan Rockway fix plugin namespace (we actually use the default)
2009-04-12 Jonathan Rockway don't die on unknown / unavailable schemes
2009-03-31 Jonathan Rockway add MX::Getopt scheme
2009-03-31 Jonathan Rockway add non-hack MX::Runnable