blob: dd8803f6213cc331f4d9396cd18d71bec4d9816b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-Makefile.PL,v 1.1 2012/10/15 12:45:25 wiz Exp $
Fix build with perl-5.16.
--- Makefile.PL.orig 2009-06-11 18:26:48.000000000 +0000
+++ Makefile.PL
@@ -9,7 +9,6 @@ requires => 'XML::Parser';
build_requires => 'Test';
build_requires => 'IO::File';
-auto_set_repository;
auto_manifest;
auto_install;
WriteAll;
|