Changed author field in Makefile.PL to mst.
Norbert Buchmuller [Mon, 9 Feb 2009 21:39:02 +0000 (21:39 +0000)]
Makefile.PL

index b6eaab2..5b6987c 100644 (file)
@@ -16,5 +16,5 @@ WriteMakefile(
       "Data::Dumper" => 0,
      }, # e.g., Module::Name => 1.1
     ABSTRACT_FROM  => 'lib/SQL/Abstract.pm', # retrieve abstract from module
-    AUTHOR         => 'Nathan Wiger (nate@wiger.org)',
+    AUTHOR         => 'Matt Trout <mst@shadowcat.co.uk>, but see the POD',
 );