From: Karen Etheridge Date: Tue, 19 Nov 2013 02:03:34 +0000 (-0800) Subject: fix timestamp formatting, for better parsability X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Runnable.git;a=commitdiff_plain;h=f91d9f40e29c5a2b01aba7533d3ca18a9dc98bfe fix timestamp formatting, for better parsability --- diff --git a/Changes b/Changes index bdba8ea..4935a4a 100644 --- a/Changes +++ b/Changes @@ -5,16 +5,16 @@ Revision history for {{$dist->name}} - removed use of deprecated Class::MOP::load_class - converted uses of Test::Exception to Test::Fatal -0.03 Sat Jun 26 23:19:41 CDT 2010 +0.03 2010-06-27 04:19:41Z - modified verification of RunnableClass values to use Params::Util::_CLASS (Karen Etheridge) -0.02 Mon Nov 2 02:30:10 CST 2009 +0.02 2009-11-02 08:30:10Z - fix bug where roles of superclasses were not considered when applying invocation schemes. -0.01 Tue Oct 13 02:04:03 CDT 2009 +0.01 2009-10-13 07:04:03Z - stable release, no major changes -0.00_01 Wed Apr 29 10:58:09 CDT 2009 +0.00_01 2009-04-29 15:58:09Z - first release