Minor POD fix
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Filter / Globals.pm
index ddff285..e1ead93 100644 (file)
@@ -1,8 +1,6 @@
 package SQL::Translator::Filter::Globals;
 
 # -------------------------------------------------------------------
-# $Id$
-# -------------------------------------------------------------------
 # Copyright (C) 2002-2009 SQLFairy Authors
 #
 # This program is free software; you can redistribute it and/or
@@ -58,7 +56,7 @@ SQL::Translator::Filter::Globals - Add global fields and indices to all tables.
 
 use strict;
 use vars qw/$VERSION/;
-$VERSION = '1.99';
+$VERSION = '1.59';
 
 sub filter {
     my $schema = shift;