Applied patch to switch dependency on XML::XPath to XML::LibXML (Closes: RT#32130)
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser.pm
index eb62b0a..e9a483b 100644 (file)
@@ -1,8 +1,6 @@
 package SQL::Translator::Parser;
 
 # ----------------------------------------------------------------------
-# $Id$
-# ----------------------------------------------------------------------
 # Copyright (C) 2002-2009 SQLFairy Authors
 #
 # This program is free software; you can redistribute it and/or
@@ -21,6 +19,8 @@ package SQL::Translator::Parser;
 # ----------------------------------------------------------------------
 
 use strict;
+use vars qw( $VERSION );
+$VERSION = '1.59';
 
 sub parse { "" }