pkgsrc/time/p5-Time-Elapsed/patches/patch-Makefile.PL
2017-06-09 17:05:58 +00:00

15 lines
349 B
Perl

$NetBSD: patch-Makefile.PL,v 1.1 2017/06/09 17:05:58 ryoon Exp $
* Fix build with Perl 5.26.0
--- Makefile.PL.orig 2016-07-04 22:37:29.000000000 +0000
+++ Makefile.PL
@@ -3,6 +3,8 @@
use 5.006;
use strict;
use warnings;
+use FindBin;
+use lib $FindBin::Bin;
use lib qw( builder/lib );
use Build::Spec qw( mm_spec );
use ExtUtils::MakeMaker;