1Net/FreeDB version 0.10
2=======================
3
4Net::FreeDB is an oo-based module to interface
5with FreeDB servers. As of version 0.10, Net::FreeDB
6is CDDB Protocol Level 6 compliant. It also includes
7some basic cdrom methods to generate a cddbid and get the
8required disc information required for a FreeDB
9query call. These cdrom-based methods are provided
10as both static and method calls.  Currently this
11functionality only works on Linux, FreeBSD and Windows.
12If you have an OS you'd like to add, please let me know.
13
14INSTALLATION
15
16To install this module type the following:
17
18   perl Makefile.PL
19   make
20   make test
21   make install
22
23DEPENDENCIES
24
25This module requires these other modules and libraries:
26
27    Moo:                any version
28    Net::Cmd:           2.12 or higher
29    IO::Socket::INET:   any version
30    CDDB::File:         1.01 or higher
31    File::Temp:         0.05 or higher
32
33COPYRIGHT AND LICENCE
34
35Copyright (C) 2001, 2014 David Shultz <dshultz@cpan.org>
36Copyright (C) 2005, 2006 Peter Pentchev <roam@ringlet.net>
37