From: Ken Youens-Clark Date: Fri, 7 Nov 2003 16:59:58 +0000 (+0000) Subject: Indicating changes for 0.04. X-Git-Tag: v0.04~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f6aed4790c9f8fecb85bcf3b0549baece186fa8a;p=dbsrgits%2FSQL-Translator.git Indicating changes for 0.04. --- diff --git a/Changes b/Changes index 175970b..9b2dede 100644 --- a/Changes +++ b/Changes @@ -52,3 +52,14 @@ * Changes all included script names to start with "sqlt" * Added capturing and printing most embedded table and field comments + +# ----------------------------------------------------------- +# 0.04 2003-11-07 +# ----------------------------------------------------------- + +* Increased version of Constants module to 1.41 to avoid a problem + where 0.02 has 1.4 of that file and 0.03 had 1.06 which confused + CPAN + +* Hard-coded all the PREREQ_PM modules in Makefile.PL (rather than + setting them dynamically) so that automated tests would pass