Subject: | unused "last" label causes portability problem |
Date: | Fri, 28 Jul 2017 18:14:13 +0100 |
To: | bug-libnet [...] rt.cpan.org |
From: | Zefram <zefram [...] fysh.org> |
There's an extraneous statement label in Net::NNTP. It's never used,
but because the label name is a keyword it prevents the module being
used on Perl 5.11. (5.11.0 to 5.11.5 inclusive, not any of the stable
releases preceding and following them.) Although not stable releases,
the 5.11s are useful versions to test aginst, so it's nice to keep the
toolchain working on them. The attached patch fixes this issue by just
deleting the label.
-zefram
Message body is not shown because sender requested not to inline it.