From: Dave Rolsky Date: Mon, 18 Jan 2010 04:25:19 +0000 (-0600) Subject: More space between versions in changes X-Git-Tag: 0.94~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8bb09d32832aa1bef06f101abffe04ae3bfcf738;p=gitmo%2FMoose.git More space between versions in changes --- diff --git a/Changes b/Changes index 39c2762..f40eb78 100644 --- a/Changes +++ b/Changes @@ -31,6 +31,7 @@ for, noteworthy changes. * Portability fixes to our XS code so we compile with 5.8.8 with Visual C++. Fixes RT #53391. Reported by Taro Nishino. (rafl) + 0.93_02 Tue, Jan 5, 2009 [BUG FIXES] @@ -38,6 +39,7 @@ for, noteworthy changes. * Depend on Class::MOP 0.97_01 so we can get useful results from CPAN testers. (Dave Rolsky) + 0.93_01 Mon, Jan 4, 2009 [API CHANGES] @@ -87,6 +89,7 @@ See Moose::Manual::Delta for more details on backwards compatiblity issues. * Fixed a grammar error in Moose::Cookbook::Basics::Recipe4. rt.cpan.org #51791. (Amir E. Aharoni) + 0.93 Thu, Nov 19, 2009 * Moose::Object - Calling $object->new() is no longer deprecated, and no longer