From: Dave Rolsky Date: Wed, 11 Mar 2009 03:29:38 +0000 (-0500) Subject: Add changes entry for Moose::Exporter changes X-Git-Tag: 0.72_01~75 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=605447febac600cf69a7299d919725f754d4d3a4;p=gitmo%2FMoose.git Add changes entry for Moose::Exporter changes --- diff --git a/Changes b/Changes index 353ab2f..8f3f8a4 100644 --- a/Changes +++ b/Changes @@ -17,6 +17,11 @@ Revision history for Perl extension Moose * Moose::Cookbook::Basics::Recipe9 - Link to this recipe from Moose.pm's builder blurb + * Moose::Exporter + - When wrapping a function with a prototype, Moose::Exporter now + makes sure the wrapped function still has the same + prototype. Patch by Daisuke Maki. + 0.72 Mon, February 23, 2009 * Moose::Object * Moose::Meta::Method::Constructor