summaryrefslogtreecommitdiff
path: root/time/p5-Time-Elapsed/patches/patch-Makefile.PL
blob: 06f30d8df497051e89c536fb225049c14c32131d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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;