From: Arthur Axel 'fREW' Schmidt <frioux@gmail.com>
Date: Tue, 26 Oct 2010 15:00:05 +0000 (-0500)
Subject: release 0.08123_02
X-Git-Tag: v0.08124~17
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e9b9a8e97f7fc453d7b6f1f5625987992ab4cce2;p=dbsrgits%2FDBIx-Class.git

release 0.08123_02
---

diff --git a/Changes b/Changes
index a9ae59e..ea01590 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for DBIx::Class
 
+0.08123_02 2010-10-26 14:59 (UTC)
     * New Features / Changes
         - Add new -ident "function" indicating rhs is a column name
           { col => { -ident => 'othercol' } } vs { col => \'othercol' }