test pod2man differently, previous version no good with perl 5.18

This commit is contained in:
sthen 2014-03-21 12:46:55 +00:00
parent 5295ffcbf6
commit 4a6353aec2
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-helpers_basic_auth_DB_config_test,v 1.1 2014/03/21 12:46:55 sthen Exp $
--- helpers/basic_auth/DB/config.test.orig Fri Mar 21 12:45:37 2014
+++ helpers/basic_auth/DB/config.test Fri Mar 21 12:45:53 2014
@@ -2,6 +2,6 @@
## Test: do we have perl to build the helper scripts?
## Test: do we have pod2man to build the manual?
-perl --version >/dev/null && echo | pod2man >/dev/null
+perl --version >/dev/null && echo | pod2man -h >/dev/null
exit $?

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-helpers_external_acl_SQL_session_config_test,v 1.1 2014/03/21 12:46:55 sthen Exp $
--- helpers/external_acl/SQL_session/config.test.orig Fri Mar 21 12:45:37 2014
+++ helpers/external_acl/SQL_session/config.test Fri Mar 21 12:45:56 2014
@@ -2,6 +2,6 @@
## Test: do we have perl to build the helper scripts?
## Test: do we have pod2man to build the manual?
-perl --version >/dev/null && echo | pod2man >/dev/null
+perl --version >/dev/null && echo | pod2man -h >/dev/null
exit $?

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-helpers_log_daemon_DB_config_test,v 1.1 2014/03/21 12:46:55 sthen Exp $
--- helpers/log_daemon/DB/config.test.orig Fri Mar 21 12:45:37 2014
+++ helpers/log_daemon/DB/config.test Fri Mar 21 12:45:59 2014
@@ -2,6 +2,6 @@
## Test: do we have perl to build the helper scripts?
## Test: do we have pod2man to build the manual?
-perl --version >/dev/null && echo | pod2man >/dev/null
+perl --version >/dev/null && echo | pod2man -h >/dev/null
exit $?