Just a couple tweaks.
Ken Youens-Clark [Wed, 31 Mar 2004 22:21:55 +0000 (22:21 +0000)]
lib/SQL/Translator/Manual.pod

index 623e72f..554e33f 100644 (file)
@@ -358,6 +358,7 @@ learn the methods you can call.  Here is a very simple example:
 
   #!/usr/bin/perl
   
+  use strict;
   use SQL::Translator;
   
   my $input = q[
@@ -465,6 +466,9 @@ And here is the output produced by this script:
     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>.