File: skip-japanese-pod.patch

package info (click to toggle)
libtest-leaktrace-perl 0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 412 kB
  • ctags: 879
  • sloc: ansic: 3,215; perl: 1,789; makefile: 7
file content (17 lines) | stat: -rw-r--r-- 639 bytes parent folder | download
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>
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -24,4 +24,5 @@
 		nytprof *.out
 		cover_db
 	)},
+	'MAN3PODS' => {'lib/Test/LeakTrace.pm' => '$(INST_MAN3DIR)/Test::LeakTrace.$(MAN3EXT)'},
 );