- Fix breakage with perl 5.16.

PR:		ports/170698
Submitted by:	Dave Evans <dave.evans55@googlemail.com>
This commit is contained in:
Jun Kuriyama
2012-12-23 02:58:37 +00:00
parent a55fa963a3
commit 64eb076a73

View File

@@ -0,0 +1,12 @@
$FreeBSD$
--- Makefile.PL.orig 2012-12-23 11:07:17.511361339 +0900
+++ Makefile.PL 2012-12-23 11:09:35.165438990 +0900
@@ -9,7 +9,6 @@
build_requires => 'Test';
build_requires => 'IO::File';
-auto_set_repository;
auto_manifest;
auto_install;
WriteAll;