Hi Russ,
Thank you for your very quick response.
At 13:48h, on Tuesday, September 20, 2016,
in message <rt-4.0.18-15521-1474393735-1492.117990-6-0@rt.cpan.org>,
on the subject of "Re: [rt.cpan.org #117990] behavior of pod2man in pipeline changed", you wrote -
Show quoted text > Yes, it was announced in the Changes file for the podlators distribution:
Aha, sorry I missed that and also I failed to scroll down to read all of the
text for the --name option (doh!). What misled me (my incorrect assumption)
was in the synopsis of the manual page that --name is still shown as optional,
[--name=name]
but maybe there is no convention or style for showing in the manual page
synopsis that a command line option is sometimes mandatory.
Show quoted text > I'm sorry for how disruptive this change is. :(
Changes can never be made without some pain, and "no pain, no gain." ;+)
So long as the word is out and people who provide packages are made
aware, then the changeover can be achieved, but I think the problem
is that maybe not enough people are aware.
I came across the issue when trying to install the latest revision of stow
from Github on Linux Mint 18 and thought something had got corrupted with my
CPAN perl updates because it failed there but then I found that there was no
problem on a Debian 8.6 system. I then found from a web search the solution
provided by Robert Munteanu on Stackexchange who was trying to build a different
Perl package but had encountered the same problem.
<
http://stackoverflow.COM/questions/38425732/pod2man-fails-with-no-name-given-for-document>
Some testing then revealed that the failure with the newer version
was due to pod2man being used in a pipeline.
Show quoted text > I think, in retrospect, I should just use something fake, like STDIN.
That sounds appropriate and a useful fix -- better to have something which
is a compromise than causing builds (where the intermediate file name
does not actually matter) to break unnecessarily.
So as as this is a "feature" and not a bug, please feel free to close my
ticket, but perhaps with a mention that a fix with using "STDIN" is
being considered.
Thanks for all the work you do in maintaining Perl and Debian packages,
Greg