From 1624fd74836ebf5377523ef82cbc69950c056851 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 21 Jan 2010 02:07:59 -0600 Subject: changelog and version bump to 0.02 --- Changes | 5 +++++ dist.ini | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 3c89567..ccc869c 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,9 @@ Revision history for MooseX::Mangle +0.02 1/21/2010 + Propagate void context properly for mangle_return + + use with_meta rather than with_caller, since that's deprecated + 0.01 5/27/2009 Initial release diff --git a/dist.ini b/dist.ini index 25f001e..08c94db 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = MooseX-Mangle -version = 0.01 +version = 0.02 author = Jesse Luehrs license = Perl_5 copyright_holder = Jesse Luehrs @@ -8,5 +8,5 @@ abstract = mangle the argument list or return values of your methods [@Classic] [Prereq] -Moose = 0.56 +Moose = 0.90 Test::Exception = 0 -- cgit v1.2.3