gitmo/MooseX-Runnable.git
2009-05-07 Jonathan Rockway clarify mx-run syntax
2009-04-29 Jonathan Rockway oops, 0.10
2009-04-29 Jonathan Rockway add changelog, $VERSION
2009-04-29 Jonathan Rockway create instance, what-the-hey
2009-04-29 Jonathan Rockway make PAR work with new plugin scheme
2009-04-29 Jonathan Rockway fix tests; make default value for plugins {}
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 tyop
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-29 Jonathan Rockway add -M option
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 fix usage line in MX::Getopt scripts
2009-03-31 Jonathan Rockway sugaryify mx-run
2009-03-31 Jonathan Rockway add an example
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