Files
bsdports/perl/p5-Module-Install/files/patch-x-Makefile.PL
2019-12-26 07:26:06 +00:00

12 lines
196 B
Perl

--- ./Makefile.PL.orig 2015-05-02 02:56:58.000000000 +0200
+++ ./Makefile.PL 2017-11-30 20:15:00.527113000 +0200
@@ -1,3 +1,8 @@
+
+BEGIN {
+ push @INC, ".";
+}
+
use strict;
use warnings;