Subject: | nntp.pm calls $nntp->message after undeffing $nntp |
If I try to fetch a bogus (nonexistent) nntp message, I get the following:
$ lwp-request nntp://nntp.perl.org/blahblahblah@blahblahblah
Can't call method "message" on an undefined value at /Users/sprout/perl/lib/site_perl/5.22.0/LWP/Protocol/nntp.pm line 104.
Line 104 in nntp.pm calls a method on a variable undefined two lines earlier.
This is with perl 5.22.0 and LWP 6.15, though neither version number should make much difference. This bug is old.