Skip Menu |

This queue is for tickets about the XML-XSPF CPAN distribution.

Report information
The Basics
Id: 43108
Status: resolved
Priority: 0/
Queue: XML-XSPF

People
Owner: Nobody in particular
Requestors: apeiron [...] cpan.org
Cc:
AdminCc:

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



Subject: Regex in _isValidURI could be better.
Hi, I tried to use XML::XSPF to parse some playlists generated by Jamendo (http://www.jamendo.com) using XML::XSPF and it threw an error declaring the URIs in the file are invalid. This is not quite true; totem and other programs parse these files just fine. Please change the regex in _isValidURI to something like this: m{[^a-z0-9%:/?#[]@!$&'()*+,;=.-_~]}i And then it should work well, or at least does for me. Thank you for your time, and thank you for writing XML::XSPF!
On Tue Feb 24 21:04:07 2009, DANIEL wrote: Show quoted text
> Fixed in my github tree:
http://github.com/dsully/perl-xml-xspf/tree/master Hi, can we get a release based on this? Having to patch it for each install is a bit annoying. Thanks! :-)
Version 0.7.1 pushed.