On Sun, Nov 03, 2002 at 04:52:37PM -0700, Sean M. Burke wrote: > At 14:53 2002-11-03 +0000, Graham Barr wrote: > >[...]Causes the following code to die if a =cut is found outside a pod block > > > > 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 ? > > Oops, 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.
But why stop ? Why not just put something in the eratta and continue on. Graham.
