aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Hunter <justin.d.hunter@gmail.com>2011-03-04 18:11:51 -0800
committerJustin Hunter <justin.d.hunter@gmail.com>2011-03-04 18:11:51 -0800
commitb906915263f2a47af1a711575718aea0133564b2 (patch)
treec386c90ddd5c72052cef1c999c2bbe461b02c28f
parentd90b2c2df6e4abfd9dcca789ab57f1c91187a5b1 (diff)
downloadreaction-b906915263f2a47af1a711575718aea0133564b2.tar.gz
reaction-b906915263f2a47af1a711575718aea0133564b2.zip
bump the version and add some Changes
-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;