[Catalyst-commits] r7814 - in trunk/Catalyst-Plugin-Cache: . lib/Catalyst/Plugin

kane at dev.catalyst.perl.org kane at dev.catalyst.perl.org
Tue May 27 10:14:06 BST 2008


Author: kane
Date: 2008-05-27 10:14:05 +0100 (Tue, 27 May 2008)
New Revision: 7814

Modified:
   trunk/Catalyst-Plugin-Cache/
   trunk/Catalyst-Plugin-Cache/Changes
   trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm
Log:
 r5393 at coke:  josboum | 2008-05-27 11:14:01 +0200
 * this makes 0.06
 * upped version
 * added Changes entry



Property changes on: trunk/Catalyst-Plugin-Cache
___________________________________________________________________
Name: svk:merge
   - 391f84f8-cfa2-4f6b-a47d-f52c5dc88d86:/local/catalyst-plugin-cache:5391
   + 391f84f8-cfa2-4f6b-a47d-f52c5dc88d86:/local/catalyst-plugin-cache:5393

Modified: trunk/Catalyst-Plugin-Cache/Changes
===================================================================
--- trunk/Catalyst-Plugin-Cache/Changes	2008-05-27 09:08:09 UTC (rev 7813)
+++ trunk/Catalyst-Plugin-Cache/Changes	2008-05-27 09:14:05 UTC (rev 7814)
@@ -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
 

Modified: trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm
===================================================================
--- trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm	2008-05-27 09:08:09 UTC (rev 7813)
+++ trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm	2008-05-27 09:14:05 UTC (rev 7814)
@@ -6,7 +6,7 @@
 use strict;
 use warnings;
 
-our $VERSION = "0.05";
+our $VERSION = "0.06";
 
 use Scalar::Util ();
 use Catalyst::Utils ();
@@ -640,6 +640,8 @@
 
 Yuval Kogman, C<nothingmuch at woobling.org>
 
+Jos Boumans, C<kane at cpan.org>
+
 =head1 COPYRIGHT & LICENSE
 
 Copyright (c) Yuval Kogman, 2006. All rights reserved.




More information about the Catalyst-commits mailing list