update submitted to cpan, let me know if any other issues.
doug
Show quoted text> On 7 Sep 2018, at 09:33, RAPPAZ Francois via RT <bug-Bib-CrossRef@rt.cpan.org> wrote:
>
> Queue: Bib-CrossRef
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=127058 >
>
> And before $self->_setatitle() around line 340, you should add something like
> my $title;
> if (ref $cc->{titles} ne "HASH") {
> $title = $cc->{titles}->[0];
> } else {
> $title = $cc->{'titles'}->{'title'};
> }
> $self->_setatitle($title);
>
> -----Original Message-----
> From: Douglas Leith via RT <bug-Bib-CrossRef@rt.cpan.org>
> Sent: 07 September 2018 09:27
> To: RAPPAZ Francois <francois.rappaz@unifr.ch>
> Subject: Re: [rt.cpan.org #127058] XML::Simple in Bid::CrossRef
>
> <URL:
https://rt.cpan.org/Ticket/Display.html?id=127058 >
>
> Thanks, I’ll fix it up !
>
>> On 7 Sep 2018, at 06:37, RAPPAZ Francois via RT <bug-Bib-CrossRef@rt.cpan.org> wrote:
>>
>> Fri Sep 07 01:37:45 2018: Request 127058 was acted upon.
>> Transaction: Ticket created by francois.rappaz@unifr.ch
>> Queue: Bib-CrossRef
>> Subject: XML::Simple in Bid::CrossRef
>> Broken in: (no value)
>> Severity: (no value)
>> Owner: Nobody
>> Requestors: francois.rappaz@unifr.ch
>> Status: new
>> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=127058 >
>>
>>
>> Hi
>>
>> XML ::Simple is used in parse_doi but 'use XML::Simple;' is missing in the module. It should also be in the prerequisite in Makefile.pl
>>
>> Thanks !
>>
>> François Rappaz