diff options
author | Andrew Fresh <afresh1@cvs.openbsd.org> | 2022-03-04 22:53:06 +0000 |
---|---|---|
committer | Andrew Fresh <afresh1@cvs.openbsd.org> | 2022-03-04 22:53:06 +0000 |
commit | 8c1ddce3a876da1240c3be204cb3c5ab2da46ce6 (patch) | |
tree | 5c9ac22d5e3ee2a45e25818098ce0dd74293eaed /gnu/usr.bin | |
parent | 46df7677d8732066434f682b0efbc0416d716388 (diff) |
Put back local patch to avoid regenerating tests
This was r1.2 and accidentally lost in the update to Devel::PPPort 3.64.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
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; |