Applied patch to switch dependency on XML::XPath to XML::LibXML (Closes: RT#32130)
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema.pm
index b5572db..926cf7c 100644 (file)
@@ -1,8 +1,6 @@
 package SQL::Translator::Schema;
 
 # ----------------------------------------------------------------------
-# $Id: Schema.pm 1440 2009-01-17 16:31:57Z jawnsy $
-# ----------------------------------------------------------------------
 # Copyright (C) 2002-2009 SQLFairy Authors
 #
 # This program is free software; you can redistribute it and/or
@@ -58,7 +56,7 @@ use SQL::Translator::Utils 'parse_list_arg';
 use base 'SQL::Translator::Schema::Object';
 use vars qw[ $VERSION $TABLE_ORDER $VIEW_ORDER $TRIGGER_ORDER $PROC_ORDER ];
 
-$VERSION = '1.99';
+$VERSION = '1.59';
 
 __PACKAGE__->_attributes(qw/name database translator/);