File: skip-japanese-pod.patch

package info (click to toggle)
libtest-leaktrace-perl 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 420 kB
  • ctags: 880
  • sloc: ansic: 3,215; perl: 1,803; makefile: 7
file content (17 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Do not install Japanese-language POD
 The included Japanese-language POD file in Test::LeakTrace::JA does not render
 properly, and breaks tools like pod2man, leading to warnings from lintian.
 This document is of limited usefulness from pod2man and thus is not installed
 in Debian.
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=47493
Author: Ryan Niebur <ryanryan52@gmail.com>
Reviewed-by: Jonathan Yu <frequency@cpan.org>
--- libtest-leaktrace-perl.orig/Makefile.PL
+++ libtest-leaktrace-perl/Makefile.PL
@@ -26,4 +26,5 @@
 		nytprof *.out
 		cover_db
 	)},
+	'MAN3PODS' => {'lib/Test/LeakTrace.pm' => '$(INST_MAN3DIR)/Test::LeakTrace.$(MAN3EXT)'},
 );