File: manpage-fix.patch

package info (click to toggle)
liblist-rotation-cycle-perl 1.009-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 116 kB
  • ctags: 3
  • sloc: perl: 25; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Remove MAN3PODS from Makefile.PL
Author: Radu-Bogdan Croitoru <croitoruradubogdan@gmail.com>
Forwarded: yes (by private email)
Last-Update: 2013-12-01

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -28,7 +28,7 @@
 		'Memoize'          => '0',
     },
     
-	'MAN3PODS'      => {'lib/List/Rotation/Cycle.pm'  => '$(INST_MAN3DIR)/List::Rotation::Cycle.3'},
+	#'MAN3PODS'      => {'lib/List/Rotation/Cycle.pm'  => '$(INST_MAN3DIR)/List::Rotation::Cycle.3'},
 	'clean' => { FILES => 'List-Rotation-Cycle-*' },
 );