Skip Menu |

This queue is for tickets about the Bib-CrossRef CPAN distribution.

Report information
The Basics
Id: 127058
Status: resolved
Priority: 0/
Queue: Bib-CrossRef

People
Owner: Nobody in particular
Requestors: francois.rappaz [...] unifr.ch
Cc:
AdminCc:

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



Subject: XML::Simple in Bid::CrossRef
Date: Fri, 7 Sep 2018 05:26:40 +0000
To: "bug-Bib-CrossRef [...] rt.cpan.org" <bug-Bib-CrossRef [...] rt.cpan.org>
From: RAPPAZ Francois <francois.rappaz [...] unifr.ch>
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
Subject: Re: [rt.cpan.org #127058] XML::Simple in Bid::CrossRef
Date: Fri, 7 Sep 2018 08:26:26 +0100
To: bug-Bib-CrossRef [...] rt.cpan.org
From: Douglas Leith <doug.leith [...] gmail.com>
Thanks, I’ll fix it up ! Show quoted text
> 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
Subject: RE: [rt.cpan.org #127058] XML::Simple in Bid::CrossRef
Date: Fri, 7 Sep 2018 08:26:29 +0000
To: "bug-Bib-CrossRef [...] rt.cpan.org" <bug-Bib-CrossRef [...] rt.cpan.org>
From: RAPPAZ Francois <francois.rappaz [...] unifr.ch>
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); Show quoted text
-----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
Subject: Re: [rt.cpan.org #127058] XML::Simple in Bid::CrossRef
Date: Sat, 8 Sep 2018 08:04:50 +0100
To: RAPPAZ Francois via RT <bug-Bib-CrossRef [...] rt.cpan.org>
From: Douglas Leith <doug.leith [...] scss.tcd.ie>
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
sorted from version 0.10 onwards