From: Norbert Buchmuller Date: Mon, 9 Feb 2009 21:39:02 +0000 (+0000) Subject: Changed author field in Makefile.PL to mst. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FQ-Branch.git;a=commitdiff_plain;h=f36a2e14067f273c4d14947c50e7e0c56e7ef6b5 Changed author field in Makefile.PL to mst. --- diff --git a/Makefile.PL b/Makefile.PL index b6eaab2..5b6987c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 , but see the POD', );