On Thu Dec 01 15:13:18 2016, NHORNE wrote:
Show quoted text> 0.013 worked a treat. 0.014 fails on new() with:
>
> JIRA::REST::new: invalid path in URL: '/'
Hmm... I'm using it here without problems. Look:
Show quoted text> jira-rest git:(cli) perl -MJIRA::REST -d -e 0
>
> Loading DB routines from perl5db.pl version 1.49
> Editor support available.
>
> Enter h or 'h h' for help, or 'man perldebug' for more help.
>
> main::(-e:1): 0
> DB<1> p $JIRA::REST::VERSION
> 0.014
> DB<2> $j = JIRA::REST->new('
https://jira.cpqd.com.br', 'gustavo', '******');
>
> DB<3> $i = $j->GET('/issue/HD-40421');
>
> DB<4> p $i->{key}
> HD-40421
What URL are you passing to the constructor?