From f8aaae444ef583626c8cce88a8c6ac0c8bd38a9f Mon Sep 17 00:00:00 2001 From: Justin Hunter Date: Tue, 2 Nov 2010 12:32:00 -0700 Subject: 0.002001 --- Changes | 3 ++- lib/Reaction.pm | 2 +- 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; -- cgit v1.2.3-54-g00ecf