Subject: | erroneous __END__ in POD |
There is a __END__ in the POD, which can clearly be seen via perldoc and on metacpan.org:
https://metacpan.org/pod/IPC::Cmd
Although this does not affect the functionality of the module, it is unsightly. I've opened a PR on the project GitHub which I believe corrects the problem:
https://github.com/jib/ipc-cmd/pull/14