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.