aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Hunter <justin.d.hunter@gmail.com>2010-11-02 12:32:00 -0700
committerJustin Hunter <justin.d.hunter@gmail.com>2010-11-02 12:32:00 -0700
commitf8aaae444ef583626c8cce88a8c6ac0c8bd38a9f (patch)
tree91fed534df0ac41405b1365d13e7f4db4f86a6ba
parentd9c3a4510bc61ed2b01a595b7ad44f5530aac853 (diff)
downloadreaction-f8aaae444ef583626c8cce88a8c6ac0c8bd38a9f.tar.gz
reaction-f8aaae444ef583626c8cce88a8c6ac0c8bd38a9f.zip
0.002001
-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;