tobeya@cpan.org is the current maintainer of Net::SNPP.
Tobey, can you also, when you do this, update the "Author" section, to
note this? :-)
Cheers,
D
On Dec 5, 2007, at 8:02 AM, Peter Hoogendijk via RT wrote:
Show quoted text>
> Wed Dec 05 08:02:19 2007: Request 31222 was acted upon.
> Transaction: Ticket created by Peter42
> Queue: Net-SNPP
> Subject: COVE parameter not accepted
> Broken in: 1.14, 1.15, 1.15a, 1.16, 1.17
> Severity: Important
> Owner: Nobody
> Requestors: Peter.58@v42.net
> Status: new
> Ticket <URL:
http://rt.cpan.org/Ticket/Display.html?id=31222 >
>
>
> This bug exists in the sources of Net-SNPP-1.14 through Net-
> SNPP-1.17 (I
> currently do not have access to older versions).
>
> The use of "$snpp->coverage($area);" will generate a "usage:
> $snpp->coverage( AREA )" error due to a bug in 'SNPP.pm':
>
> | sub coverage
> | {
> | @_ == 1 or croak 'usage: $snpp->coverage( AREA )';
> | shift->_COVE(@_);
> | }
>
> The check "@_ == 1" should be "@_ == 2" to accept the parameter.
>