summaryrefslogtreecommitdiff
path: root/print/p5-LaTeX-Driver/patches/patch-Makefile.PL
blob: 5966b57fefeb74fbc8e50fca97a9eaf98eff13f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-Makefile.PL,v 1.2 2020/09/05 07:14:05 wiz Exp $

Somehow doesn't some dependencies as new enough, so just comment out the check.

--- Makefile.PL.orig	2016-04-15 18:40:39.000000000 +0000
+++ Makefile.PL
@@ -28,8 +28,8 @@ test_requires 'Test::More' => '0.88';
 
 author_requires 'Test::NoTabs';
 author_requires 'Test::Pod' => '1.14';
-author_requires 'Test::Pod::Coverage' => '1.04';
-author_requires 'Test::Spelling' => '0.11';
+#author_requires 'Test::Pod::Coverage' => '1.04';
+#author_requires 'Test::Spelling' => '0.11';
 
 install_script 'latex2dvi';
 install_script 'latex2pdf';