rra / podlators

Format POD source into various output formats
https://www.eyrie.org/~eagle/software/podlators/
Other
6 stars 11 forks source link

Piping POD into pod2man fails as of last release #2

Closed ingydotnet closed 8 years ago

ingydotnet commented 8 years ago
printf '=pod\n\n=head1 Hello\n\n=cut\n' | pod2man ; echo $?

This is breaking my:

swim --to=man ...

which is breaking a lot of my stuff that depends on that.

rra commented 8 years ago

-n is a required option when feeding documents into standard input as of podlators 4.00. This is documented in the man page as well. Apologies for the backward-incompatible change; it was the best fix that I could come with to the requirements of the *roff format for valid .TH lines that would produce the least unexpected behavior.