From: Ken Youens-Clark <kclark@cpan.org>
Date: Wed, 31 Mar 2004 22:21:55 +0000 (+0000)
Subject: Just a couple tweaks.
X-Git-Tag: v0.06~99
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=90f670104d6a1cac4963a21b5d5020f182c3da4d;p=dbsrgits%2FSQL-Translator.git

Just a couple tweaks.
---

diff --git a/lib/SQL/Translator/Manual.pod b/lib/SQL/Translator/Manual.pod
index 623e72f..554e33f 100644
--- a/lib/SQL/Translator/Manual.pod
+++ b/lib/SQL/Translator/Manual.pod
@@ -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>.