bump the version and add some Changes v0.002003
Justin Hunter [Sat, 5 Mar 2011 02:11:51 +0000 (18:11 -0800)]
Changes
lib/Reaction.pm

diff --git a/Changes b/Changes
index c2a2606..b066834 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,10 @@
 Revision history for Reaction
+0.002003 - 4 Mar 2011
+        - fixes for Moose 2
+
+0.002002 - 5 Nov 2010
+        - use JSON::Any instead of JSON
+
 0.002001 - 2 Nov 2010
         - Fix some POD and tests
         - Fix Order role to allow for exclusions (for non-indexed columns) and
index 5d196f9..76db820 100644 (file)
@@ -1,5 +1,5 @@
 package Reaction;
 
-our $VERSION = '0.002002';
+our $VERSION = '0.002003';
 
 1;