#!/usr/bin/perl
+ use strict;
use SQL::Translator;
my $input = q[
bar_value varchar2(30)
);
+If you create a useful parser or producer, you are encouraged to
+submit your work to the SQLFairy project!
+
=head1 AUTHOR
Ken Y. Clark E<lt>kclark@cpan.orgE<gt>.