File: README

package info (click to toggle)
libmusicbrainz-client-perl 0.11-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 172 kB
  • ctags: 150
  • sloc: perl: 532; makefile: 57; pascal: 38
file content (41 lines) | stat: -rw-r--r-- 856 bytes parent folder | download | duplicates (4)
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
37
38
39
40
41
MusicBrainz::Client
===================

This module provides access to the libmusicbrainz client library from
perl.

For more information about the MusicBrainz project visit the projects
website at http://www.musicbrainz.org/


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

or alternatively using CPAN.pm

   perl -MCPAN -e 'install MusicBrainz::Client'


DEPENDENCIES

This module requires these other modules and libraries:

   MusicBrainz::Queries 0.9 or later 
   libmusicbrainz 2.1.3 or later from http://www.musicbrainz.org/
   perl 5.6.1 or later


COPYRIGHT AND LICENSE

Copyright (C) 2003-2006 Alexander van Zoest

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 

$Id: README 8065 2006-07-03 22:49:35Z svanzoest $