From: Dave Rolsky Date: Wed, 3 Sep 2008 16:57:58 +0000 (+0000) Subject: Add changes for latest bug fix X-Git-Tag: 0.57~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9699f27d00581c057b6bb11f458883b8c9211080;p=gitmo%2FMoose.git Add changes for latest bug fix --- diff --git a/Changes b/Changes index 4d322f8..fb3d89f 100644 --- a/Changes +++ b/Changes @@ -16,6 +16,10 @@ Revision history for Perl extension Moose type, not just a name (jnapiorkowski) - added tests (jnapiorkowski) + * Moose::Exporter + - If Sub::Name was not present, unimporting failed to actually + remove some sugar subs, causing test failures (Dave Rolsky) + 0.56 Mon September 1, 2008 For those not following the series of dev releases, there are several major changes in this release of Moose.