From: Arthur Axel "fREW" Schmidt Date: Sun, 11 Apr 2010 20:00:54 +0000 (+0000) Subject: Release 1.65 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f3e44aeeadf1f534c522ee8374a03c7b9acf62cc;hp=19be3609d0d9aa16f71f8fbb4f57d6ad519700d1;p=scpubgit%2FQ-Branch.git Release 1.65 --- diff --git a/Changes b/Changes index 0e1c869..433da42 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for SQL::Abstract +revision 1.65 2010-04-11 19:59 (UTC) +---------------------------- + - Rerelease last version to not include .svn files + and grab MANIFEST.SKIP from DBIx::Class so it + won't happen again + revision 1.64 2010-04-11 16:58 (UTC) ---------------------------- - Fix multiple generic op handling regressions by diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 6c7fc60..34c1fc6 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,7 +15,7 @@ use Scalar::Util (); # GLOBALS #====================================================================== -our $VERSION = '1.64_01'; +our $VERSION = '1.65'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases