gentoo/dev-perl/PlRPC/files/PlRPC-0.2020-no-perldoc.patch
Kent Fredric 77480f8031
dev-perl/PlRPC: EAPI6, tests
- EAPI6ify
- Gitify no-perldoc patch ( doesn't apply with EAPI6 )
- Use native perl-module.eclass mechanics for SRC_TEST ( hand-coded
  version didn't fail with test failures )
- Fix test failures without '.' in @INC
- Disable parallel testing

Package-Manager: Portage-2.3.18, Repoman-2.3.6
2017-12-28 16:37:59 +13:00

28 lines
634 B
Diff

From d5df770e01a68a8f90c406a7018c820514fd7371 Mon Sep 17 00:00:00 2001
From: Michael Cummings <mcummings@gentoo.org>
Date: Tue, 26 Jun 2007 04:02:12 +1200
Subject: Fix perldoc generation permissions bug
Bizarre bug that showed up randomly here, but Cardoe had it full time.
Bug: https://bugs.gentoo.org/183157
---
Makefile.PL | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile.PL b/Makefile.PL
index 22e04c5..c332ffe 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -86,7 +86,6 @@ sub postamble {
pm_to_blib: README
README: lib/RPC/PlServer.pm
-\tperldoc -t lib/RPC/PlServer.pm >README
END_OF_POSTAMBLE
}
--
2.15.1