From 6e892f94198bd98eade112a6b286a64ae32b9e3d Mon Sep 17 00:00:00 2001 From: Hans Dieter Pearcey Date: Wed, 1 Apr 2009 15:21:20 -0400 Subject: [PATCH] Changes and version bump for 0.07 --- Changes | 6 +++++- dist.ini | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 82220d4..9bade76 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,13 @@ +0.07 Wed, 01 Apr 2009 12:18:43 -0700 + * Make empty prefix ('Foo') search MyApp::Action::Role before falling back to + Catalyst::Action::Role (hdp) + 0.06 Wed, 01 Apr 2009 16:29:37 +0200 * Don't depend on parent.pm for the tests. 0.05 Tue, 31 Mar 2009 00:27:54 +0200 * Replace BUILDARGS hack that also doesn't work with - Catalyst-Runtime 5.71001 (Hans Dieter Pearcey). + Catalyst-Runtime 5.71001 (hdp) 0.04_01 Sun, 29 Mar 2009 13:28:24 +0200 * Remove moose component backward-compatibility hacks. Depend diff --git a/dist.ini b/dist.ini index 8903ca7..00c99bf 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = Catalyst-Controller-ActionRole -version = 0.06 +version = 0.07 author = Florian Ragwitz author = Hans Dieter Pearcey license = Perl_5