Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Pod-Simple CPAN distribution.

Report information
The Basics
Id: 20222
Status: resolved
Priority: 0/
Queue: Pod-Simple

People
Owner: Nobody in particular
Requestors: grousse [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 3.04
Fixed in: (no value)



Subject: Pod::Simple::HTML works OK, but returns an error value
perl -MPod::Simple::HTML -e Pod::Simple::HTML::go bin/youri-check blib/html/youri-check.html make: [htmlifypods] Error 1 (ignored) html page is created normaly, but I have to protect the command in makefile to avoid failure I'm using Pod-Simple 3.04 and perl 5.8.8 on Mandriva cooker.
I don't have enough information to resolve this bug. Could you send more details?
I noticed this too. It'd be nice if the "go" function shown in the docs for command line use could do an "exit 0" if everything is processed successfully. I see go() does an exit with the return value from parse_from_file(), but I wasn't smart enough to tell what if anything that latter returns for success, I guess whatever it is it isn't 0 :-).
in 3.06, go() will exit 0.