ports/www/p5-HTML-Quoted/patches/patch-Makefile_PL

9 lines
196 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: Makefile.PL
--- Makefile.PL.orig
+++ Makefile.PL
@@ -1,3 +1,4 @@
+BEGIN { push @INC, '.'; }
use inc::Module::Install;
all_from 'lib/HTML/Quoted.pm';
readme_from 'lib/HTML/Quoted.pm';