From: Torsten Raudssus Date: Thu, 8 Nov 2012 19:56:08 +0000 (+0100) Subject: Release 0.08204 X-Git-Tag: v0.08204^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=8b4fa23f6d8850d746690dfba1528209e7567593 Release 0.08204 --- diff --git a/Changes b/Changes index d2d2817..14052063 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for DBIx::Class +0.08204 2012-11-08 * New Features / Changes - SQLMaker now accepts \'literal' with the 'for' rs attribute as an override to the builtin FOR options diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index f4d573c..9809504 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -11,7 +11,7 @@ our $VERSION; # $VERSION declaration must stay up here, ahead of any other package # declarations, as to not confuse various modules attempting to determine # this ones version, whether that be s.c.o. or Module::Metadata, etc -$VERSION = '0.08203_01'; +$VERSION = '0.08204'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases