[Bast-commits] r9128 - in SQL-Abstract/1.x/trunk: . lib/SQL

frew at dev.catalyst.perl.org frew at dev.catalyst.perl.org
Sun Apr 11 20:00:54 GMT 2010


Author: frew
Date: 2010-04-11 21:00:54 +0100 (Sun, 11 Apr 2010)
New Revision: 9128

Modified:
   SQL-Abstract/1.x/trunk/Changes
   SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
Log:
Release 1.65

Modified: SQL-Abstract/1.x/trunk/Changes
===================================================================
--- SQL-Abstract/1.x/trunk/Changes	2010-04-11 19:58:09 UTC (rev 9127)
+++ SQL-Abstract/1.x/trunk/Changes	2010-04-11 20:00:54 UTC (rev 9128)
@@ -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

Modified: SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm
===================================================================
--- SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm	2010-04-11 19:58:09 UTC (rev 9127)
+++ SQL-Abstract/1.x/trunk/lib/SQL/Abstract.pm	2010-04-11 20:00:54 UTC (rev 9128)
@@ -15,7 +15,7 @@
 # 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




More information about the Bast-commits mailing list