File: pods.patch

package info (click to toggle)
libcvs-perl 0.07-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 408 kB
  • sloc: perl: 2,178; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Defined MAN3PODS in order to build only the Cvs man page.
Forwarded: no
Author: Ivo Marino <eim@mentors.debian.net>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2012-03-27

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -17,4 +17,8 @@ WriteMakefile
         'Cwd'             => '2.04',
     },
     AUTHOR          => 'Olivier Poitrey <rs@rhapsodyk.net>',
+    MAN3PODS        =>
+    {
+        'lib/Cvs.pm' => 'blib/man3/Cvs.3pm',
+    },
 );