projects
/
perl-indexdata-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0742072
)
Full email address in Makefile.PL
author
Mike Taylor
<mike@indexdata.com>
Mon, 8 Dec 2014 12:24:49 +0000
(12:24 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 8 Dec 2014 12:24:49 +0000
(12:24 +0000)
Makefile.PL
patch
|
blob
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
c7472c5
..
5a1db51
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-8,5
+8,5
@@
WriteMakefile(
PREREQ_PM => {}, # e.g., Module::Name => 1.1
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'lib/IndexData/Utils.pm', # retrieve abstract from module
- AUTHOR => 'Mike Taylor <mike@>') : ()),
+ AUTHOR => 'Mike Taylor <mike@indexdata.com>') : ()),
);