changelog and version bump v0.05
Yuval Kogman [Sun, 27 Jan 2008 03:47:36 +0000 (03:47 +0000)]
Changes
lib/Catalyst/Plugin/Cache.pm

diff --git a/Changes b/Changes
index f8e1c93..a1dd2f6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+0.05
+        - change base class order to appease Class::C3
+
+0.04
+        - ???
+
 0.03
         - Be more compatible with ->set() convention of passing expiry
 
index 84d7538..ed606c5 100644 (file)
@@ -6,7 +6,7 @@ use base qw(Class::Accessor::Fast Class::Data::Inheritable);
 use strict;
 use warnings;
 
-our $VERSION = "0.04";
+our $VERSION = "0.05";
 
 use Scalar::Util ();
 use Catalyst::Utils ();