ports/devel/p5-Params-Util/patches/patch-Makefile_PL

17 lines
288 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
use OpenBSD package instead of some included bundle
Index: Makefile.PL
--- Makefile.PL.orig
+++ Makefile.PL
@@ -13,8 +13,8 @@ BEGIN
}
}
-use inc::latest 'Capture::Tiny';
-use inc::latest 'Config::AutoConf';
+use Capture::Tiny;
+use Config::AutoConf;
unless (-f "META.yml")
{