Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the PPI CPAN distribution.

Report information
The Basics
Id: 15131
Status: resolved
Priority: 0/
Queue: PPI

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

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



Subject: PPI::Node->find() behavior not completely documented
Adam- I was stumped by a bug in Perl::Critic when I found this in the PPI::Node source: 420: #Support "don't descend on undef return" 421: next unless defined $rv; It makes perfect sense, but I didn't expect it. IMHO, this probably deserves a little further explanation in the docs. -Jeff