Checking in changes prior to tagging of version 0.09. Changelog diff is: v0.09
Tomas Doran [Sun, 7 Mar 2010 20:44:47 +0000 (20:44 +0000)]
Index: Changes
===================================================================
--- Changes (revision 13014)
+++ Changes (working copy)
@@ -1,3 +1,4 @@
+0.09
- Generate a warning if no config is specified, or config
is specified using the old key.
- Support the compute() method, and emulate it if the backend

Changes
MANIFEST.SKIP
Makefile.PL
lib/Catalyst/Plugin/Cache.pm

diff --git a/Changes b/Changes
index 3251d1e..01f9817 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.09
         - Generate a warning if no config is specified, or config
           is specified using the old key.
         - Support the compute() method, and emulate it if the backend
index d967caa..bc9b819 100644 (file)
@@ -1,3 +1,5 @@
+^Catalyst-Plugin-Cache
+
 # Avoid version control files.
 \bRCS\b
 \bCVS\b
index 0db04db..24970e2 100644 (file)
@@ -15,5 +15,4 @@ WriteMakefile(
     'INSTALLDIRS' => 'site',
     'EXE_FILES'   => [],
     'PL_FILES'    => {},
-    'SIGN'        => 1,
 );
index cf0e373..791cc95 100644 (file)
@@ -6,7 +6,7 @@ use base qw(Class::Accessor::Fast Class::Data::Inheritable);
 use strict;
 use warnings;
 
-our $VERSION = "0.08";
+our $VERSION = "0.09";
 
 use Scalar::Util ();
 use Catalyst::Utils ();