Subject: | return value not checked |
OpenOffice::OODoc::XPath::new() doesn't check the return value from OpenOffice::OODoc::File::new().
File::new already throws a warning, so...
$ diff XPath.pm XPath.pm.old
497d496
< return undef unless($self->{'container'});