At 14:53 2002-11-03 +0000, Graham Barr wrote:
[...]Causes the following code to die if a =cut is found outside a pod blockOops, that's a bug in get_token. It's supposed to just halt processing of the file, just as if there were an EOF there -- the die is not supposed to happen. I'll provide a fix in a bit.
my $p = Pod::Simple::PullParser->new;
$p->set_source(shift);
my $title = $p->get_title;
Why is this error considered so bad that it must abort processing and cause die to be called in get_token ?
--
Sean M. Burke http://search.cpan.org/author/sburke/
