gitmo/MooseX-Runnable.git
2013-11-19 Karen Etheridge the repository now lives at https://github.com/moose... master
2013-11-18 Karen Etheridge fix timestamp formatting, for better parsability
2013-11-18 Karen Etheridge convert all uses of Test::Exception to Test::Fatal
2013-11-18 Karen Etheridge remove unneeded shebangs
2013-11-18 Karen Etheridge skip pod coverage and unused var release tests
2013-11-18 Karen Etheridge make spelling tests pass
2013-11-18 Karen Etheridge convert to Dist::Zilla
2013-09-14 Karen Etheridge Class::MOP::load_class was deprecated in Moose-2.1100
2013-02-15 Karen Etheridge depend on Path::Tiny version that has 5.8 support
2013-02-07 Karen Etheridge record new repository in metadata
2013-02-03 Jonathan Rockway Merge pull request #1 from karenetheridge/topic/path_tiny
2013-02-03 Karen Etheridge conversion to Path::Tiny
2010-06-27 Jonathan Rockway 0.03
2010-06-27 Karen Etheridge Redefine RunnableClass in terms of Params::Util::_CLASS
2009-11-02 Jonathan Rockway bugfix; bump to 0.02
2009-10-13 Jonathan Rockway doc fixes; 0.01 release
2009-06-25 Jonathan Rockway add test to ensure that two roles with conflicting...
2009-06-25 Jonathan Rockway protect @INC when re-invoking
2009-06-25 Jonathan Rockway add run_application_with_plugins to mx::run
2009-06-25 Jonathan Rockway add prototype Profile plugin
2009-06-25 Jonathan Rockway pass parsed arg object to Invocation when using mx-run
2009-06-25 Jonathan Rockway add ability to generate commandline from parsed arg...
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-06-07 Duke Leto Make the POD example work correctly
2009-05-13 Jonathan Rockway edit .gitignore
2009-05-13 Jonathan Rockway implement the auto-restarter
2009-05-12 Jonathan Rockway express my distaste for blocking here
2009-05-12 Jonathan Rockway exit parent if child dies unexpectedly (instead of...
2009-05-12 Jonathan Rockway setup signals from the command line
2009-05-12 Jonathan Rockway avoid unnecessary call to kill if kid already died
2009-05-12 Jonathan Rockway Add a +Restart plugin that restarts the class on SIGHUP...
2009-05-12 Jonathan Rockway add framework for implementing auto-restarters as plugins
2009-05-12 Jonathan Rockway add a _debug_message method to +Debug plugin for use...
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