X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Translator.git;a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FParser%2FDBI%2FSQLite.pm;h=1bae0bcad263f10151cbb6ae118d34d136714309;hp=84ad63c3b5d5bb27c5802abed7c6e3d88750f54d;hb=478f608d9028508396da37bb5df10b3057b96981;hpb=fcd2a200c498a966933ba5089075f195af86823f diff --git a/lib/SQL/Translator/Parser/DBI/SQLite.pm b/lib/SQL/Translator/Parser/DBI/SQLite.pm index 84ad63c..1bae0bc 100644 --- a/lib/SQL/Translator/Parser/DBI/SQLite.pm +++ b/lib/SQL/Translator/Parser/DBI/SQLite.pm @@ -3,7 +3,7 @@ package SQL::Translator::Parser::DBI::SQLite; # ------------------------------------------------------------------- # $Id$ # ------------------------------------------------------------------- -# Copyright (C) 2002-4 SQLFairy Authors +# Copyright (C) 2002-2009 SQLFairy Authors # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -44,8 +44,7 @@ use DBI; use SQL::Translator::Parser::SQLite; use Data::Dumper; -use vars qw[ $DEBUG $VERSION @EXPORT_OK ]; -$VERSION = sprintf "%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/; +use vars qw[ $DEBUG @EXPORT_OK ]; $DEBUG = 0 unless defined $DEBUG; # -------------------------------------------------------------------