FINALLY A RELEASE! v0.11011
Arthur Axel 'fREW' Schmidt [Thu, 10 May 2012 00:42:54 +0000 (19:42 -0500)]
Changes
lib/SQL/Translator.pm

diff --git a/Changes b/Changes
index 7131d88..45c8d0f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+# ----------------------------------------------------------
+# 0.11011 2012-05-09
+# ----------------------------------------------------------
+
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 *** INCOMPATIBLE CHANGES:
 * SQLT no longer supports setting separate conflicting values for the now
index 423c1a5..d0e92da 100644 (file)
@@ -7,7 +7,7 @@ use base 'Class::Base';
 
 require 5.005;
 
-our $VERSION  = '0.11010';
+our $VERSION  = '0.11011';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";