From 6f2b74dd93ca54073cf530e770036f17ab6ed122 Mon Sep 17 00:00:00 2001 From: Florian Ragwitz Date: Tue, 18 Aug 2009 08:52:13 +0200 Subject: [PATCH] Version 0.21. --- Changes | 4 ++++ lib/MooseX/Method/Signatures.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 3d10b3d..98eb893 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Version history for MooseX::Method::Signatures +0.21 Tue, 18 Aug 2009 08:45:48 +0200 + * Add tests for using aliased.pm for type aliases (Steffen Schwigon). + * Depend on the latest PMS to get type alias resolving. + 0.20 Mon, 17 Aug 2009 12:11:32 +0200 * Make the meta method's parsed_signature public. * Use MooseX::LazyRequire's new interface and depend on 0.03. diff --git a/lib/MooseX/Method/Signatures.pm b/lib/MooseX/Method/Signatures.pm index 2928f2e..15f6cfb 100644 --- a/lib/MooseX/Method/Signatures.pm +++ b/lib/MooseX/Method/Signatures.pm @@ -19,7 +19,7 @@ use aliased 'Devel::Declare::Context::Simple', 'ContextSimple'; use namespace::autoclean; -our $VERSION = '0.20'; +our $VERSION = '0.21'; has package => ( is => 'ro',