From 8d2ec3ee016670e520a84a41aaf9b5a8a4136a49 Mon Sep 17 00:00:00 2001 From: afresh1 Date: Fri, 4 Mar 2022 22:53:05 +0000 Subject: [PATCH] Put back local patch to avoid regenerating tests This was r1.2 and accidentally lost in the update to Devel::PPPort 3.64. --- gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL b/gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL index 63fb8c4d9c7..77d2eff331c 100644 --- a/gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL +++ b/gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL @@ -68,7 +68,7 @@ sub configure 'ppport_h.PL' => 'ppport.h', 'PPPort_pm.PL' => 'PPPort.pm', 'RealPPPort_xs.PL' => 'RealPPPort.xs', - 'mktests.PL' => $t_01_test, + #'mktests.PL' => $t_01_test, ); my @moreopts; -- 2.20.1