Skip Menu |

This queue is for tickets about the RDF-Simple CPAN distribution.

Report information
The Basics
Id: 25302
Status: resolved
Priority: 0/
Queue: RDF-Simple

People
Owner: MTHURN [...] cpan.org
Requestors: anasaiz [...] gmail.com
Cc:
AdminCc:

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



Subject: RDF-Simple Bug
Date: Tue, 6 Mar 2007 13:25:28 +0100
To: bug-rdf-simple [...] rt.cpan.org
From: "Ana Saiz García" <anasaiz [...] gmail.com>
Hello I have found a little bug in RDF-Simple, in module RDF::Simple::Parser, version 0.3. While trying to convert some RDF/XML information into triples, if this information is a List, all the triples we get for the list have the same object, instead of the different objects they should have. I have found that little bug in code and corrected it. In RDF/Simple/Parser.pm, line 379: $self->triple($s[$_],$self->uri($rdf.'first'),$e->children->[1]->subject); It should be: $self->triple($s[$_],$self->uri($rdf.'first'),$e->children->[$_]->subject); Thank you and sorry for any inconvenience. Ana -- "El más baldío de todos los días es aquél en que no hemos reído" (de Chamfort)
I applied this fix, in the 0.303 distro. Please test it. Thank you. - - Martin
Subject: Re: [rt.cpan.org #25302] RDF-Simple Bug
Date: Tue, 7 Oct 2008 10:39:49 +0200
To: bug-RDF-Simple [...] rt.cpan.org
From: "Ana Saiz García" <anasaiz [...] gmail.com>
Thank you for your fix. However, it's been a year since I reported it and I needed it at that moment, so I used it with my own fix. Now I don't need it anymore, but I have seen that you have fixed it as I told in my bug report, so I suppose it will work fine. regards, Ana 2008/10/5 Martin Thurn via RT <bug-RDF-Simple@rt.cpan.org>: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=25302 > > > I applied this fix, in the 0.303 distro. Please test it. Thank you. > - - Martin > >
-- "El más baldío de todos los días es aquél en que no hemos reído" (de Chamfort)