Jonathan Rockway [Tue, 12 May 2009 01:00:12 +0000]
exit parent if child dies unexpectedly (instead of fork-bombing)
Jonathan Rockway [Tue, 12 May 2009 00:36:08 +0000]
setup signals from the command line
Jonathan Rockway [Tue, 12 May 2009 00:35:11 +0000]
avoid unnecessary call to kill if kid already died
Jonathan Rockway [Tue, 12 May 2009 00:14:51 +0000]
Add a +Restart plugin that restarts the class on SIGHUP (configurable)
Jonathan Rockway [Tue, 12 May 2009 00:11:26 +0000]
add framework for implementing auto-restarters as plugins
Jonathan Rockway [Tue, 12 May 2009 00:09:43 +0000]
add a _debug_message method to +Debug plugin for use of other plugins
Jonathan Rockway [Thu, 7 May 2009 07:56:45 +0000]
clarify mx-run syntax
Jonathan Rockway [Wed, 29 Apr 2009 15:59:26 +0000]
oops, 0.10
Jonathan Rockway [Wed, 29 Apr 2009 15:58:30 +0000]
add changelog, $VERSION
Jonathan Rockway [Wed, 29 Apr 2009 15:57:35 +0000]
create instance, what-the-hey
Jonathan Rockway [Wed, 29 Apr 2009 15:48:24 +0000]
make PAR work with new plugin scheme
Jonathan Rockway [Wed, 29 Apr 2009 15:38:41 +0000]
fix tests; make default value for plugins {}
Jonathan Rockway [Wed, 29 Apr 2009 15:35:51 +0000]
make Debug plugin accept an argument (as an example)
Jonathan Rockway [Wed, 29 Apr 2009 15:35:35 +0000]
replace MX::Object::Pluggable with hand-rolled loader; ours supports args for each plugin, and coercion from cmdline to initargs
Jonathan Rockway [Wed, 29 Apr 2009 15:33:12 +0000]
add another failing real-life example to test
Jonathan Rockway [Wed, 29 Apr 2009 15:09:06 +0000]
fix bug in boolean logic leading to misleading error message
Jonathan Rockway [Wed, 29 Apr 2009 14:57:29 +0000]
at least pass plugin args to ::Invocation
Jonathan Rockway [Wed, 29 Apr 2009 14:56:07 +0000]
add comment about plugin-fucking
Jonathan Rockway [Wed, 29 Apr 2009 14:54:29 +0000]
actually print args in Debug plugin
Jonathan Rockway [Wed, 29 Apr 2009 14:43:59 +0000]
fix a bug found via $work_app
Jonathan Rockway [Wed, 29 Apr 2009 14:43:22 +0000]
use autoclean
Jonathan Rockway [Wed, 29 Apr 2009 14:29:53 +0000]
tyop
Jonathan Rockway [Wed, 29 Apr 2009 14:22:41 +0000]
be even nicer about the message; add a "perhaps you meant" message
Jonathan Rockway [Wed, 29 Apr 2009 14:16:15 +0000]
parse the args to mx-run sanely
Jonathan Rockway [Wed, 29 Apr 2009 11:34:58 +0000]
makefile, doc cleanups
Jonathan Rockway [Wed, 29 Apr 2009 10:27:10 +0000]
add -M option
Jonathan Rockway [Mon, 13 Apr 2009 07:21:42 +0000]
"defer" ARGV, of course
Jonathan Rockway [Mon, 13 Apr 2009 07:18:16 +0000]
add experimental PAR plugin!
Jonathan Rockway [Mon, 13 Apr 2009 06:41:06 +0000]
add +Debug plugin (as an example)
Jonathan Rockway [Mon, 13 Apr 2009 06:40:52 +0000]
fix plugin namespace (we actually use the default)
Jonathan Rockway [Sun, 12 Apr 2009 04:58:45 +0000]
don't die on unknown / unavailable schemes
Jonathan Rockway [Tue, 31 Mar 2009 09:43:19 +0000]
fix usage line in MX::Getopt scripts
Jonathan Rockway [Tue, 31 Mar 2009 09:22:24 +0000]
sugaryify mx-run
Jonathan Rockway [Tue, 31 Mar 2009 08:58:51 +0000]
add an example
Jonathan Rockway [Tue, 31 Mar 2009 08:55:44 +0000]
add MX::Getopt scheme
Jonathan Rockway [Tue, 31 Mar 2009 08:43:23 +0000]
add non-hack MX::Runnable
Jonathan Rockway [Sun, 29 Mar 2009 23:32:12 +0000]
move from Eventful repo to its own