release 0.11013 v0.11013
Arthur Axel 'fREW' Schmidt [Sat, 22 Sep 2012 16:46:41 +0000 (11:46 -0500)]
Changes
lib/SQL/Translator.pm

diff --git a/Changes b/Changes
index 1a72142..774c13d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+# ----------------------------------------------------------
+# 0.11013 2012-09-22
+# ----------------------------------------------------------
+
 * Make MySQL producer add NULL after every nullable field, conforming to SQL
   standard, and avoiding MySQL bugs
 
index ade1539..459fd72 100644 (file)
@@ -7,7 +7,7 @@ use base 'Class::Base';
 
 require 5.005;
 
-our $VERSION  = '0.11012';
+our $VERSION  = '0.11013';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";