7915e37acf
CPAN_AUTHOR is not necessary (anymore). Patch Makefile.PL to not try to use CPAN to load missing RUN_DEPENDS. ok simon@
11 lines
391 B
Plaintext
11 lines
391 B
Plaintext
$OpenBSD: patch-Makefile_PL,v 1.1 2008/06/13 17:45:08 merdely Exp $
|
|
--- Makefile.PL.orig Thu Jun 12 17:08:59 2008
|
|
+++ Makefile.PL Thu Jun 12 17:09:02 2008
|
|
@@ -16,6 +16,5 @@ requires 'YAML' => 0.39;
|
|
requires 'List::MoreUtils' => 0.16;
|
|
requires 'Scalar::Util' => 0;
|
|
requires 'DateTime::Format::Strptime' => 1.0700;
|
|
-auto_install;
|
|
WriteAll;
|
|
|