this makes 0.06
Jos Boumans [Tue, 27 May 2008 09:14:05 +0000 (09:14 +0000)]
upped version
added Changes entry

Changes
lib/Catalyst/Plugin/Cache.pm

diff --git a/Changes b/Changes
index a1dd2f6..efc2e8e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+0.06
+        - clarify the documentation on how to configure a backend
+        - due to stacked evals, certain start up errors were quietly
+          ignored until the first cache hit. These start up errors
+          now correctly manifest themselves at start up time.
 0.05
         - change base class order to appease Class::C3
 
index 22a9354..9e080f7 100644 (file)
@@ -6,7 +6,7 @@ use base qw(Class::Accessor::Fast Class::Data::Inheritable);
 use strict;
 use warnings;
 
-our $VERSION = "0.05";
+our $VERSION = "0.06";
 
 use Scalar::Util ();
 use Catalyst::Utils ();
@@ -640,6 +640,8 @@ name mangler so that every controller gets its own keyspace.
 
 Yuval Kogman, C<nothingmuch@woobling.org>
 
+Jos Boumans, C<kane@cpan.org>
+
 =head1 COPYRIGHT & LICENSE
 
 Copyright (c) Yuval Kogman, 2006. All rights reserved.