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

8 lines
204 B
Raku

--- ./Makefile.PL.orig 2015-08-04 15:53:41.000000000 +0200
+++ ./Makefile.PL 2017-11-10 16:03:43.606801000 +0200
@@ -1,3 +1,4 @@
+use lib ".";
use inc::Module::Install;
name 'REST-Client';