Release 1.65
Arthur Axel "fREW" Schmidt [Sun, 11 Apr 2010 20:00:54 +0000 (20:00 +0000)]
Changes
lib/SQL/Abstract.pm

diff --git a/Changes b/Changes
index 0e1c869..433da42 100644 (file)
--- 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
index 6c7fc60..34c1fc6 100644 (file)
@@ -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