Put back local patch to avoid regenerating tests
authorafresh1 <afresh1@openbsd.org>
Fri, 4 Mar 2022 22:53:05 +0000 (22:53 +0000)
committerafresh1 <afresh1@openbsd.org>
Fri, 4 Mar 2022 22:53:05 +0000 (22:53 +0000)
This was r1.2 and accidentally lost in the update to Devel::PPPort 3.64.

gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL

index 63fb8c4..77d2eff 100644 (file)
@@ -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;