Skip Menu |

This queue is for tickets about the WWW-Facebook-API CPAN distribution.

Report information
The Basics
Id: 27345
Status: resolved
Priority: 0/
Queue: WWW-Facebook-API

People
Owner: Nobody in particular
Requestors: jianing [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: bug in Base.pm
Date: Wed, 30 May 2007 09:15:42 -0700
To: bug-www-facebook-api [...] rt.cpan.org
From: "Jianing Hu" <jianing [...] gmail.com>
at line 136, shouldn't "split /=/, $_" be "split /=/, $_, 2"? since the parameter may contain '=' itself, e.g., a URL.
Subject: Re: [rt.cpan.org #27345] bug in Base.pm
Date: Wed, 30 May 2007 09:29:52 -0700
To: Jianing Hu via RT <bug-WWW-Facebook-API [...] rt.cpan.org>
From: David Romano <unobe [...] cpan.org>
Hi Jianing, Jianing Hu via RT wrote on Wed, May 30, 2007 at 09:16:23AM PDT: Show quoted text
> at line 136, shouldn't "split /=/, $_" be "split /=/, $_, 2"? since > the parameter may contain '=' itself, e.g., a URL.
Thanks for the feedback! You're right that split should have a limit. Someone else also brought this up, too, and I have provided a fix in the latest version available from CPAN (0.1.4). - David -- "Hope lies in dreams; in imagination and in the courage of those who dare to make dreams into reality." -- Jonas Salk
Fixed in 0.1.4
Subject: Re: [rt.cpan.org #27345] bug in Base.pm
Date: Wed, 30 May 2007 09:33:55 -0700
To: bug-WWW-Facebook-API [...] rt.cpan.org
From: "Jianing Hu" <jianing [...] gmail.com>
Thanks David. That was fast. You Rock! - Jianing On 5/30/07, unobe@cpan.org via RT <bug-WWW-Facebook-API@rt.cpan.org> wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=27345 > > > Hi Jianing, > Jianing Hu via RT wrote on Wed, May 30, 2007 at 09:16:23AM PDT:
> > at line 136, shouldn't "split /=/, $_" be "split /=/, $_, 2"? since > > the parameter may contain '=' itself, e.g., a URL.
> Thanks for the feedback! You're right that split should have a limit. > Someone else also brought this up, too, and I have provided a fix in > the latest version available from CPAN (0.1.4). > > - David > > -- > "Hope lies in dreams; in imagination and in the courage of those who > dare to make dreams into reality." > -- Jonas Salk > > >