$Id: README,v 1.8 1999/01/10 16:51:52 troc Exp $ ABOUT: CDDB is a high-level interface to the Compact Disc Database at . The interface is stable, and this code is officially out of beta. TO DO (in no particular order, and with no particular time frame): * LWP interface to www.cddb.com's search form * DWIM interface (accept all manner of free-form input, and do whatever possible) COMPATIBILITY: CDDB.pm uses standard Perl modules. It has been tested on OS/2, MacOS and FreeBSD systems, as well as the systems listed at . If you want to submit disc information to the CDDB, you will need to install MailTools. All other features will work without MailTools. GETTING STARTED: To build and test this distribution, type: perl Makefile.PL make test The final test will try to send a sample submission to the CDDB if MailTools is present. It expects to find an SMTP host in the SMTPHOST environment variable. It will fall back to "mail" if SMTPHOST doesn't exist. If neither works, the test will fail. "make test VERBOSE=1" will show why it fails. At any rate, the last test usually is harmless. If you aren't planning to submit information to the CDDB, you can ignore its failure. If you're satisfied with the test results: make install -- Rocco Caputo / troc@netrus.net