Subject: | pod::simple should report on non existing directory |
Date: | Mon, 28 Apr 2014 09:04:19 +0300 |
To: | bug-pod-simple [...] rt.cpan.org |
From: | David Michael Gang <michaelgang [...] gmail.com> |
Hi all,
The following script does not warn on any error:
use Pod::Simple::HTMLBatch;
my $batchconv = Pod::Simple::HTMLBatch->new;
$batchconv->batch_convert( ['i_dont_exist'], 'pod_doc );
It just says that there are 0 pods found.
It should be more specific about telling that it skips the directory
because it does not exist.
Thanks,
David