Teach sqlite how to deal with multi-event triggers
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema / Procedure.pm
index 2007728..d6d1dee 100644 (file)
@@ -1,8 +1,6 @@
 package SQL::Translator::Schema::Procedure;
 
 # ----------------------------------------------------------------------
-# $Id$
-# ----------------------------------------------------------------------
 # Copyright (C) 2002-2009 SQLFairy Authors
 #
 # This program is free software; you can redistribute it and/or
@@ -52,6 +50,10 @@ use SQL::Translator::Utils 'parse_list_arg';
 
 use base 'SQL::Translator::Schema::Object';
 
+use vars qw($VERSION);
+
+$VERSION = '1.59';
+
 # ----------------------------------------------------------------------
 
 __PACKAGE__->_attributes( qw/