X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FParser%2FYAML.pm;h=462ddcde8c760fb3e57887eb6cdb7241ae7501c3;hb=c0ec0e22d3f0e3852c00daac5ef5763010b410c3;hp=3ea5ba081d4267404429130f10f28d0349aae40c;hpb=f27f9229eaf8c5ce637bea1f99eb8f9bdb42799c;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator/Parser/YAML.pm b/lib/SQL/Translator/Parser/YAML.pm index 3ea5ba0..462ddcd 100644 --- a/lib/SQL/Translator/Parser/YAML.pm +++ b/lib/SQL/Translator/Parser/YAML.pm @@ -2,8 +2,7 @@ package SQL::Translator::Parser::YAML; use strict; use warnings; -use vars qw($VERSION); -$VERSION = '1.59'; +our $VERSION = '1.59'; use SQL::Translator::Schema; use SQL::Translator::Utils qw(header_comment);