freebsd-ports/textproc/p5-Pod-Parser/files/patch-Makefile.PL
Sunpoet Po-Chuan Hsieh 668c950048 - Update to 1.51
- Use USE_DOS2UNIX to remove trailing ^M
- Patch Makefile.PL for older ExtUtils::MakeMaker which does not support non-string AUTHOR attribute

Changes:	http://search.cpan.org/dist/Pod-Parser/CHANGES
2012-05-01 17:28:05 +00:00

12 lines
553 B
Perl

--- Makefile.PL.orig 2012-05-02 01:15:22.779158978 +0800
+++ Makefile.PL 2012-05-02 01:16:22.355173981 +0800
@@ -83,7 +83,6 @@
PREREQ_PM => \%prereq,
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT => 'Modules for parsing/translating POD format documents',
- AUTHOR => [ 'Brad Appleton <bradapp@enteract.com>',
- 'Marek Rouchal <marekr@cpan.org>' ] ) : ()),
+ AUTHOR => 'Brad Appleton <bradapp@enteract.com>, Marek Rouchal <marekr@cpan.org>' ) : ()),
);