From: Dave Rolsky Date: Fri, 24 Oct 2008 21:56:14 +0000 (+0000) Subject: Dates are confusing X-Git-Tag: 0.61~21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=863eebaa33c4f00d0fc70277d1a7bc0c788352a3;p=gitmo%2FMoose.git Dates are confusing --- diff --git a/Changes b/Changes index 64a2cdf..3bde47b 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Moose -0.60 Fri October 25, 2008 +0.60 Fri October 24, 2008 * Moose::Exporter - Passing "-traits" when loading Moose caused the Moose.pm exports to be broken. Reported by t0m. (Dave Rolsky)