v ersion bump and changelog for C::P::Cache
Yuval Kogman [Fri, 15 Sep 2006 15:07:06 +0000 (15:07 +0000)]
Changes [new file with mode: 0644]
lib/Catalyst/Plugin/Cache.pm

diff --git a/Changes b/Changes
new file mode 100644 (file)
index 0000000..ca7d8b4
--- /dev/null
+++ b/Changes
@@ -0,0 +1,5 @@
+0.02
+        - Pass around a hash ref instead of a list of kvp.
+
+0.01
+        - Initial release
index e79d086..bc2b7b6 100644 (file)
@@ -6,7 +6,7 @@ use base qw/Class::Data::Inheritable Class::Accessor::Fast/;
 use strict;
 use warnings;
 
-our $VERSION = "0.01";
+our $VERSION = "0.02";
 
 use Scalar::Util ();
 use Catalyst::Utils ();