Version 0.10 v0.10
Tomas Doran [Thu, 20 May 2010 17:43:39 +0000 (17:43 +0000)]
Changes
lib/Catalyst/Plugin/Cache.pm

diff --git a/Changes b/Changes
index 127b3e3..a8e12e7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.10
         - Change to Module::Install
         - Drop test dep on ok
         - Split requires and test_requires
index 3497699..0501665 100644 (file)
@@ -6,7 +6,7 @@ use base qw(Class::Accessor::Fast Class::Data::Inheritable);
 use strict;
 use warnings;
 
-our $VERSION = "0.09";
+our $VERSION = "0.10";
 
 use Scalar::Util ();
 use Catalyst::Utils ();