make Debug plugin accept an argument (as an example)
[gitmo/MooseX-Runnable.git] / lib /
2009-04-29 Jonathan Rockway make Debug plugin accept an argument (as an example)
2009-04-29 Jonathan Rockway replace MX::Object::Pluggable with hand-rolled loader...
2009-04-29 Jonathan Rockway add another failing real-life example to test
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 add comment about plugin-fucking
2009-04-29 Jonathan Rockway actually print args in Debug plugin
2009-04-29 Jonathan Rockway fix a bug found via $work_app
2009-04-29 Jonathan Rockway use autoclean
2009-04-29 Jonathan Rockway be even nicer about the message; add a "perhaps you...
2009-04-29 Jonathan Rockway parse the args to mx-run sanely
2009-04-29 Jonathan Rockway makefile, doc cleanups
2009-04-13 Jonathan Rockway "defer" ARGV, of course
2009-04-13 Jonathan Rockway add experimental PAR plugin!
2009-04-13 Jonathan Rockway add +Debug plugin (as an example)
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
2009-03-29 Jonathan Rockway move from Eventful repo to its own