File: all_from.patch

package info (click to toggle)
libwww-search-perl 2.51.80-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,748 kB
  • sloc: perl: 10,997; sh: 127; makefile: 16
file content (15 lines) | stat: -rw-r--r-- 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Nicholas Bamber <nicholas@periapt.co.uk>
Subject: Makefile.PL was looking for version in AltaVista
 Turned off recursion
Forwarded: not-needed
Last-Updated: 2018-01-14
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -113,6 +113,7 @@
   use_ptar();
   } # if
 
+makemaker_args(NORECURS=>1);
 WriteAll;
 
 if (0 and $iHaveEnv and $ENV{MTHURN_PERL_DEV})