ports/graphics/p5-Imager-QRCode/patches/patch-Makefile_PL

10 lines
173 B
Text

Index: Makefile.PL
--- Makefile.PL.orig
+++ Makefile.PL
@@ -1,5 +1,6 @@
use strict;
use warnings;
+BEGIN { push @INC, '.'; }
use inc::Module::Install;
use File::Copy;