Released 0.11007
Jess Robinson [Tue, 30 Nov 2010 22:35:12 +0000 (22:35 +0000)]
Changes
lib/SQL/Translator.pm

diff --git a/Changes b/Changes
index 638515d..271cb9c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+# ----------------------------------------------------------
+# 0.11007 2010-11-30
+# ----------------------------------------------------------
 
 * Fix POD typo in SQL/Translator/Schema/Trigger.pm
 * Add explicit Scalar::Util to the deplist for really old perls
index b0f62a0..5004931 100644 (file)
@@ -24,7 +24,7 @@ use base 'Class::Base';
 
 require 5.005;
 
-$VERSION  = '0.11006';
+$VERSION  = '0.11007';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";