diff options
author | Zefram <zefram@fysh.org> | 2010-09-23 23:49:50 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-09-26 14:55:05 +0200 |
commit | 83f8bb564961ee8fba35156e720bef403d8fa9a7 (patch) | |
tree | 8eac099dd27e74e650963dbf118c6669b9e9210d /ext/XS-APItest/Makefile.PL | |
parent | 4dc941f7cb795735b9458431b362c0fed23ae92b (diff) | |
download | perl-83f8bb564961ee8fba35156e720bef403d8fa9a7.tar.gz |
merge XS-APItest-KeywordRPN into XS-APItest
XS-APItest-KeywordRPN has turned out to be less useful as an independent
module than expected, and less strictly about RPN than it originally was.
Diffstat (limited to 'ext/XS-APItest/Makefile.PL')
-rw-r--r-- | ext/XS-APItest/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/XS-APItest/Makefile.PL b/ext/XS-APItest/Makefile.PL index 340fc7e910..3af0eb4f96 100644 --- a/ext/XS-APItest/Makefile.PL +++ b/ext/XS-APItest/Makefile.PL @@ -8,7 +8,7 @@ WriteMakefile( 'VERSION_FROM' => 'APItest.pm', # finds $VERSION 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 ABSTRACT_FROM => 'APItest.pm', # retrieve abstract from module - AUTHOR => 'Tim Jenness <t.jenness@jach.hawaii.edu>, Christian Soeller <csoelle@mph.auckland.ac.nz>, Hugo van der Sanden <hv@crypt.compulink.co.uk>', + AUTHOR => 'Tim Jenness <t.jenness@jach.hawaii.edu>, Christian Soeller <csoelle@mph.auckland.ac.nz>, Hugo van der Sanden <hv@crypt.compulink.co.uk>, Andrew Main (Zefram) <zefram@fysh.org>', 'C' => ['exception.c', 'core.c', 'notcore.c'], 'OBJECT' => '$(BASEEXT)$(OBJ_EXT) $(O_FILES)', realclean => {FILES => 'const-c.inc const-xs.inc'}, |