The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for MooseX-Runnable

0.06      2013-11-20 06:36:45Z
        - fixed failing unit tests that define classes inline

0.05      2013-11-19 03:36:29Z
        - fix repository metadata

0.04      2013-11-19 02:20:48Z
        - converted uses of Path::Class to Path::Tiny (Karen Etheridge)
        - removed use of deprecated Class::MOP::load_class
        - converted uses of Test::Exception to Test::Fatal
        - repository migrated from shadowcat to the github moose organization

0.03   2010-06-27 04:19:41Z
        - modified verification of RunnableClass values to use
          Params::Util::_CLASS (Karen Etheridge)

0.02   2009-11-02 08:30:10Z
        - fix bug where roles of superclasses were not considered when
          applying invocation schemes.

0.01   2009-10-13 07:04:03Z
        - stable release, no major changes

0.00_01   2009-04-29 15:58:09Z
        - first release