From: afresh1 Date: Fri, 4 Mar 2022 22:53:05 +0000 (+0000) Subject: Put back local patch to avoid regenerating tests X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8d2ec3ee016670e520a84a41aaf9b5a8a4136a49;p=openbsd Put back local patch to avoid regenerating tests This was r1.2 and accidentally lost in the update to Devel::PPPort 3.64. --- 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;