Skip Menu |

This queue is for tickets about the InfoSys-FreeDB CPAN distribution.

Report information
The Basics
Id: 9437
Status: resolved
Priority: 0/
Queue: InfoSys-FreeDB

People
Owner: Vincenzo [...] Zocca.no.spam.com
Requestors: as [...] schrell.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.91
Fixed in: 0.92

Attachments


Subject: Disc Length from freedb without trailing s in "sec[ond[s]]"
Hi, freedb gives answers without the trailing s in "sec[ond]s" string for the disc length. this gives an error. i would expect FreeDB::Entry at DL_RX not to insist on the trailing "s": old: our $DL_RX = '^\s*#\s*Disc\s+length\s*:\s*(\d+)\s+sec[ond]{0,3}s\s*$'; new our $DL_RX = '^\s*#\s*Disc\s+length\s*:\s*(\d+)\s+sec[onds]{0,4}\s*$'; Use the attached file with isfdquery --i test.freedb to check it out. Thanx Andreas
Download test.freedb
application/octet-stream 490b

Message body not shown because it is not plain text.

Hi Andres, Sorry for the long time it took to finally fix the problem. I've been very busy doing other stuff. Anyway, I fixed the problem in version 0.92. Check CPAN. Ciao, Vincenzo [guest - Wed Jan 5 09:35:27 2005]: Show quoted text
> Hi, > > freedb gives answers without the trailing s in "sec[ond]s" string for > the disc length. this gives an error. i would expect FreeDB::Entry at > DL_RX not to insist on the trailing "s": > > old: > our $DL_RX = '^\s*#\s*Disc\s+length\s*:\s*(\d+)\s+sec[ond]{0,3}s\s*$'; > > new > our $DL_RX = '^\s*#\s*Disc\s+length\s*:\s*(\d+)\s+sec[onds]{0,4}\s*$'; > > Use the attached file with isfdquery --i test.freedb to check it out. > > Thanx > Andreas