Downgrade global version - highest version in 9002 on cpan is 1.58 - thus go with...
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Filter / DefaultExtra.pm
index 7766b2e..21ebec8 100644 (file)
@@ -1,9 +1,7 @@
 package SQL::Translator::Filter::DefaultExtra;
 
 # -------------------------------------------------------------------
-# $Id: DefaultExtra.pm,v 1.1 2005-12-16 10:25:00 grommit Exp $
-# -------------------------------------------------------------------
-# 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
@@ -53,7 +51,7 @@ objects.
 
 use strict;
 use vars qw/$VERSION/;
-$VERSION=0.1;
+$VERSION = '1.59';
 
 sub filter {
     my $schema = shift;