Release 0.11006
Peter Rabbitson [Thu, 3 Jun 2010 09:09:16 +0000 (09:09 +0000)]
Changes
lib/SQL/Translator.pm

diff --git a/Changes b/Changes
index d02aacd..b8c02c8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,6 @@
-
+# ----------------------------------------------------------
+# 0.11006 2010-06-03
+# ----------------------------------------------------------
 * Fix Producer::Oracle varchar2 without size def (ORA-00906: missing right
   parenthesis)
 * Fix Producer::Oracle translate float and double to float instead of number
index 0b9946e..b0f62a0 100644 (file)
@@ -24,7 +24,7 @@ use base 'Class::Base';
 
 require 5.005;
 
-$VERSION  = '0.11005';
+$VERSION  = '0.11006';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";