Click here to get back home

What to do when CPAN module authors can't be reached? (Bug + fix for Frontier::RPC2)

 HomeNewsGroups | Search | About
 comp.lang.perl.modules    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
What to do when CPAN module authors can't be reached? (Bug + fix for Frontier::RPC2) Craig Manley 05-06-2006
Posted by Craig Manley on May 6, 2006, 2:50 pm
Please log in for more thread options


Hi,

I found a bug in Frontier::RPC2. I've sent the author 2 emails (with a
few months between) and never received any reply nor did the email
bounce. This seems to be a common problem with open source software.
What should one do when bugs are found but the authors aren't with CPAN
modules?

In any case this is the bug I found and it's fix:

The automatic encoding of scalars doesn't conform to the specs when a
long string of digits is passed into the _scalar method.

The fix is easy.:

Just replace this line....
if ($value =~ /^[+-]?\d+$/) {
with this line....
if (($value =~ /^[+-]?\d$/) && ($value <= 2147483647) && ($value
>= -2147483648)) {

The id of the module I have is: # $Id: RPC2.pm,v 1.18 2002/08/02
18:35:21 ivan420 Exp $

Regards,
Craig Manley

Posted by Kurt Jaeger on May 7, 2006, 2:47 pm
Please log in for more thread options


>I found a bug in Frontier::RPC2. I've sent the author 2 emails (with a
>few months between) and never received any reply nor did the email
>bounce. This seems to be a common problem with open source software.
>What should one do when bugs are found but the authors aren't with CPAN
>modules?

Submit a new version of the module to CPAN.

--
MfG/Best regards, Kurt Jaeger 14 years to go !
LF.net GmbH fon +49 711 90074-23 pi@LF.net
Ruppmannstr. 27 fax +49 711 90074-33
70565 Stuttgart mob +49 171 3101372

Posted by Achim Grolms on May 8, 2006, 7:12 pm
Please log in for more thread options


>>I found a bug in Frontier::RPC2. I've sent the author 2 emails (with a
>>few months between) and never received any reply nor did the email
>>bounce. This seems to be a common problem with open source software.
>>What should one do when bugs are found but the authors aren't with CPAN
>>modules?
>
> Submit a new version of the module to CPAN.

You can not upload a new version to a registered
namespace.

Posted by Eric R. Meyers on May 9, 2006, 9:04 pm
Please log in for more thread options


Achim Grolms wrote:

>>>I found a bug in Frontier::RPC2. I've sent the author 2 emails (with a
>>>few months between) and never received any reply nor did the email
>>>bounce. This seems to be a common problem with open source software.
>>>What should one do when bugs are found but the authors aren't with CPAN
>>>modules?
>>
>> Submit a new version of the module to CPAN.
>
> You can not upload a new version to a registered
> namespace.

Not everyone has the "response" gene. Go to here and create your bug
report:
http://rt.cpan.org/Public/Dist/Display.html?Name=Frontier-RPC

Posted by Eric R. Meyers on May 11, 2006, 11:42 pm
Please log in for more thread options


Achim Grolms wrote:

>>>I found a bug in Frontier::RPC2. I've sent the author 2 emails (with a
>>>few months between) and never received any reply nor did the email
>>>bounce. This seems to be a common problem with open source software.
>>>What should one do when bugs are found but the authors aren't with CPAN
>>>modules?
>>
>> Submit a new version of the module to CPAN.
>
> You can not upload a new version to a registered
> namespace.

I Formally Appologize to Achim, for making a trivial mistake in Public View.


Similar ThreadsPosted
Authors -- Trusted Signature help available May 13, 2006, 3:34 am
XML-RPC server using Frontier::Daemon keeps crashing August 25, 2004, 12:06 pm
Frontier::Daemon encoding question August 15, 2005, 10:40 am
beginner question on use of Frontier::Client November 15, 2006, 10:52 am
CGI::Simple::Standard and CGI::Alert authors are unresponsive July 28, 2007, 5:58 pm
Namespace is changed before "package" line is reached November 30, 2007, 1:49 pm
kill process when file count reached,,. July 1, 2008, 7:25 pm
Getting a module on CPAN June 7, 2007, 4:28 pm
adding a new module to CPAN September 30, 2004, 3:06 am
how do I package a CPAN module? October 23, 2004, 1:13 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap