[Catalyst-commits] r7355 - HTTP-Parser-XS/1.00/trunk
andyg at dev.catalyst.perl.org
andyg at dev.catalyst.perl.org
Mon Jan 7 01:55:18 GMT 2008
Author: andyg
Date: 2008-01-07 01:55:17 +0000 (Mon, 07 Jan 2008)
New Revision: 7355
Modified:
HTTP-Parser-XS/1.00/trunk/Makefile.PL
Log:
Heh, h2xs defaulted my email to andy at apple.com
Modified: HTTP-Parser-XS/1.00/trunk/Makefile.PL
===================================================================
--- HTTP-Parser-XS/1.00/trunk/Makefile.PL 2008-01-07 01:53:17 UTC (rev 7354)
+++ HTTP-Parser-XS/1.00/trunk/Makefile.PL 2008-01-07 01:55:17 UTC (rev 7355)
@@ -8,7 +8,7 @@
PREREQ_PM => {}, # e.g., Module::Name => 1.1
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'lib/HTTP/Parser/XS.pm', # retrieve abstract from module
- AUTHOR => 'Andy Grundman <andy at apple.com>') : ()),
+ AUTHOR => 'Andy Grundman <andy at hybridized.org>') : ()),
LIBS => [''], # e.g., '-lm'
DEFINE => '', # e.g., '-DHAVE_SOMETHING'
INC => '-I.', # e.g., '-I. -I/usr/include/other'
More information about the Catalyst-commits
mailing list