0.002001 v0.002001
Justin Hunter [Tue, 2 Nov 2010 19:32:00 +0000 (12:32 -0700)]
Changes
lib/Reaction.pm

diff --git a/Changes b/Changes
index 07d89ae..c2a2606 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Reaction
-0.003000 - 
+0.002001 - 2 Nov 2010
+        - Fix some POD and tests
         - Fix Order role to allow for exclusions (for non-indexed columns) and
           coerceion of the column name to allow proper ORDER BY generation in
           belongs_to rels and fields that do not map directly to columns.
index d9bf746..2710b48 100644 (file)
@@ -1,5 +1,5 @@
 package Reaction;
 
-our $VERSION = '0.002000';
+our $VERSION = '0.002001';
 
 1;