X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Translator.git;a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FProducer%2FMySQL.pm;h=3819af4c3bb7506edcaa59708af9080a66252fb5;hp=0df074544ae11cd6d2688ac87ca6a7897b15ac52;hb=da06ac74ada30aacf656943306679a28605ad5c8;hpb=2f6cf72d51837a94a6c0b7f71e5dbc0cffc70386 diff --git a/lib/SQL/Translator/Producer/MySQL.pm b/lib/SQL/Translator/Producer/MySQL.pm index 0df0745..3819af4 100644 --- a/lib/SQL/Translator/Producer/MySQL.pm +++ b/lib/SQL/Translator/Producer/MySQL.pm @@ -101,7 +101,8 @@ Set the fields charater set and collation order. use strict; use warnings; -use vars qw[ $DEBUG %used_names ]; +use vars qw[ $VERSION $DEBUG %used_names ]; +$VERSION = '1.99'; $DEBUG = 0 unless defined $DEBUG; # Maximum length for most identifiers is 64, according to: