Skip Menu |

This queue is for tickets about the PlRPC CPAN distribution.

Report information
The Basics
Id: 41402
Status: new
Priority: 0/
Queue: PlRPC

People
Owner: Nobody in particular
Requestors: flichtenheld [...] astaro.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.2020
Fixed in: (no value)



Subject: Tries to build nonexistant documentation
Problem: perldoc -t lib/RPC/PlServer.pm >README No documentation found for "lib/RPC/PlServer.pm". make: *** [README] Error 1 Patch: --- Makefile.PL.orig 2008-12-03 15:05:28.000000000 +0100 +++ Makefile.PL 2008-12-03 15:06:03.000000000 +0100 @@ -80,13 +80,3 @@ package MY; sub libscan { my($self, $path) = @_; ($path =~ /\~$/) ? undef : $path } - -sub postamble { - <<"END_OF_POSTAMBLE"; -pm_to_blib: README - -README: lib/RPC/PlServer.pm -\tperldoc -t lib/RPC/PlServer.pm >README - -END_OF_POSTAMBLE -}