aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes3
-rw-r--r--lib/Reaction.pm2
2 files changed, 3 insertions, 2 deletions
diff --git a/Changes b/Changes
index 07d89ae..c2a2606 100644
--- 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.
diff --git a/lib/Reaction.pm b/lib/Reaction.pm
index d9bf746..2710b48 100644
--- a/lib/Reaction.pm
+++ b/lib/Reaction.pm
@@ -1,5 +1,5 @@
package Reaction;
-our $VERSION = '0.002000';
+our $VERSION = '0.002001';
1;