openbsd-ports/devel/p5-IO-CaptureOutput/patches/patch-Makefile_PL
pascal 14da6b094e This module provides routines for capturing STDOUT and STDERR from
perl subroutines, forked system calls (e.g. "system()", "fork()")
and from XS or C modules.

ok landry@
2012-03-08 14:51:19 +00:00

15 lines
448 B
Plaintext

$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2012/03/08 14:51:19 pascal Exp $
--- Makefile.PL.orig Mon Feb 15 13:38:48 2010
+++ Makefile.PL Thu Feb 2 13:49:40 2012
@@ -16,6 +16,9 @@ WriteMakefile
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
- 'PL_FILES' => {}
+ 'PL_FILES' => {},
+ 'MAN3PODS' => {
+ 'lib/IO/CaptureOutput.pod' => 'blib/man3/IO::CaptureOutput.3p'
+ }
)
;