aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes6
-rw-r--r--lib/Reaction.pm2
2 files changed, 7 insertions, 1 deletions
diff --git a/Changes b/Changes
index c2a2606..b066834 100644
--- 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
diff --git a/lib/Reaction.pm b/lib/Reaction.pm
index 5d196f9..76db820 100644
--- a/lib/Reaction.pm
+++ b/lib/Reaction.pm
@@ -1,5 +1,5 @@
package Reaction;
-our $VERSION = '0.002002';
+our $VERSION = '0.002003';
1;