[Quoting Armin Obersteiner, on March 28 2001, 18:53, in "CDDB_get.pm"]
> hi!
>
> i have written a module: CDDB.pm or CDDB_get.pm
>
> it reads the TOC from an audio cd, then it reads the CDDB entry
> from freedb.freedb.org. it can use a dircet socket mode, a http mode
> with proxy if needed.
>
> i'd like to get it into the official namespace now that a few 1000
> users exist, and other programs start to use it.
>
> it's hard to find a category, maybe:
>
> CD::CDDB.pm
> Audio::CDDB.pm
>
> or maybe something else???
I'd propose to split the functionality on two modules.
Audio::CD::CDDB.pm would provide the function to read the CD and
return its CDDB Id.
CDDB.pm (Net::CDDB.pm?) would use this Id to retrieve the info.
-- Johan