convert all uses of Test::Exception to Test::Fatal
[gitmo/MooseX-Runnable.git] / lib / MooseX / Runnable / Invocation /
2013-11-18 Karen Etheridge convert to Dist::Zilla
2013-02-03 Karen Etheridge conversion to Path::Tiny
2009-10-13 Jonathan Rockway doc fixes; 0.01 release
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 Tag plugins that can take cmdline args with Role::Cmdli...
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-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 make Debug plugin accept an argument (as an example)
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 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-03-31 Jonathan Rockway add MX::Getopt scheme