Skip Menu |

This queue is for tickets about the Net-FreeDB2 CPAN distribution.

Report information
The Basics
Id: 69090
Status: new
Priority: 0/
Queue: Net-FreeDB2

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

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



Subject: Disc length match expression
I've noticed that some cddb entries have the "seconds" word missing from the disc length line, this may not be as RFC: http://gnudb.gnudb.org/~cddb/cddb.cgi?cmd=cddb+read+blues+b512560d&hello=someone somewhere someplace+1&proto=1 You may want to adjust the $DL_RX expression to be more lenient, such as: my $DL_RX = '^\s*#\s*Disc\s+length\s*:\s*(\d+)(\s+seconds|)\s*$'; Thanks