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