projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7fb5724
)
Changed author field in Makefile.PL to mst.
Norbert Buchmuller [Mon, 9 Feb 2009 21:39:02 +0000 (21:39 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
b6eaab2
..
5b6987c
100644
(file)
--- 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 <mst@shadowcat.co.uk>, but see the POD',
);