Do not cache the P::RD grammar - it breaks stuff
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer.pm
index c70e78a..b2ba10e 100644 (file)
@@ -20,7 +20,7 @@ package SQL::Translator::Producer;
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '1.99';
+$VERSION = '1.59';
 
 sub produce { "" }
 
@@ -100,6 +100,8 @@ by the parser.  It is expected to return a string.
 
 =item drop_field($table, $old_field)
 
+=back
+
 =head1 AUTHORS
 
 Darren Chamberlain E<lt>darren@cpan.orgE<gt>,