Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the JIRA-Client CPAN distribution.

Report information
The Basics
Id: 55525
Status: resolved
Priority: 0/
Queue: JIRA-Client

People
Owner: Nobody in particular
Requestors: cosimo [...] cpan.org
Cc:
AdminCc:

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



Subject: Minor examples/jiraclient.pl script error (undeclared "@localhost" array)
In the "examples/jiraclient.pl" script there's a minor error. The following line, 87: my $user = $jira->createUser("testuser2", "testuser2", "SOAP-created user", "newuser@localhost"); should read: my $user = $jira->createUser("testuser2", "testuser2", "SOAP-created user", "newuser\@localhost"); otherwise the @localhost array is reported as undeclared. Thanks for the cool module!
Subject: Re: [rt.cpan.org #55525] Minor examples/jiraclient.pl script error (undeclared "@localhost" array)
Date: Sat, 13 Mar 2010 23:38:29 -0300
To: bug-JIRA-Client [...] rt.cpan.org
From: Gustavo Leite de Mendonça Chaves <gnustavo [...] cpan.org>
On Sat, Mar 13, 2010 at 1:08 PM, Cosimo Streppone via RT <bug-JIRA-Client@rt.cpan.org> wrote: Show quoted text
> > Sat Mar 13 11:08:28 2010: Request 55525 was acted upon. > Transaction: Ticket created by COSIMO >       Queue: JIRA-Client >     Subject: Minor examples/jiraclient.pl script error (undeclared >  "@localhost" array) >   Broken in: 0.24 >    Severity: Normal >       Owner: Nobody >  Requestors: cosimo@cpan.org >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=55525 > > > > In the "examples/jiraclient.pl" script there's a minor error. > > The following line, 87: > >  my $user = $jira->createUser("testuser2", "testuser2", "SOAP-created > user", "newuser@localhost"); > > should read: > >  my $user = $jira->createUser("testuser2", "testuser2", "SOAP-created > user", "newuser\@localhost"); > > otherwise the @localhost array is reported as undeclared. > > Thanks for the cool module!
I've corrected the typo in the Subversion trunk. I'll wait until some more substantial change to release a new version, though. Thank you for the hint! Gustavo.
I just released JIRA::Client 0.25, which contains your fix. Thank you and sorry for the delay. Gustavo.