From b906915263f2a47af1a711575718aea0133564b2 Mon Sep 17 00:00:00 2001 From: Justin Hunter Date: Fri, 4 Mar 2011 18:11:51 -0800 Subject: bump the version and add some Changes --- Changes | 6 ++++++ lib/Reaction.pm | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3