X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FSchema%2FField.pm;h=1173a88d6a106a6e143f0688b6e0bacc73271fc9;hb=4ab3763d2ad756c236b757306989cafa08e7f35e;hp=87bddb4d48315f73f29afa70517d7ebdf4908689;hpb=478f608d9028508396da37bb5df10b3057b96981;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator/Schema/Field.pm b/lib/SQL/Translator/Schema/Field.pm index 87bddb4..1173a88 100644 --- a/lib/SQL/Translator/Schema/Field.pm +++ b/lib/SQL/Translator/Schema/Field.pm @@ -1,8 +1,6 @@ package SQL::Translator::Schema::Field; # ---------------------------------------------------------------------- -# $Id$ -# ---------------------------------------------------------------------- # Copyright (C) 2002-2009 SQLFairy Authors # # This program is free software; you can redistribute it and/or @@ -48,7 +46,9 @@ use SQL::Translator::Utils 'parse_list_arg'; use base 'SQL::Translator::Schema::Object'; -use vars qw($TABLE_COUNT $VIEW_COUNT); +use vars qw($VERSION $TABLE_COUNT $VIEW_COUNT); + +$VERSION = '1.59'; # Stringify to our name, being careful not to pass any args through so we don't # accidentally set it to undef. We also have to tweak bool so the object is