Skip Menu |

This queue is for tickets about the Net-SNPP CPAN distribution.

Report information
The Basics
Id: 31222
Status: open
Priority: 0/
Queue: Net-SNPP

People
Owner: Nobody in particular
Requestors: Peter.58 [...] v42.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 1.14
  • 1.15
  • 1.15a
  • 1.16
  • 1.17
Fixed in: (no value)



Subject: COVE parameter not accepted
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.
CC: tobeya [...] cpan.org
Subject: Re: [rt.cpan.org #31222] COVE parameter not accepted
Date: Wed, 5 Dec 2007 09:18:59 -0500
To: bug-Net-SNPP [...] rt.cpan.org
From: "Derek J. Balling" <dredd [...] megacity.org>
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. >
Download smime.p7s
application/pkcs7-signature 2.3k

Message body not shown because it is not plain text.