1Audio-Scrobbler version 0.01
2============================
3
4The Audio-Scrobbler module provides a Perl and command-line interface
5to Last.fm's AudioScrobbler - http://www.audioscrobbler.com/.
6For the present, only track submission is implemented, but more is
7planned for the future :)
8
9The Perl interface is the Audio::Scrobbler module, and the command-line
10tool is scrobbler-helper; see the respective manual pages for more
11information.
12
13INSTALLATION
14
15To install this module type the following:
16
17   perl Makefile.PL
18   make
19   make test
20   make install
21
22DEPENDENCIES
23
24This module requires these other modules and libraries:
25
26  Config::IniFiles
27  Digest::MD5
28  Encode (should be provided with the Perl runtime)
29  Getopt::Std (should be provided with the Perl runtime)
30  libwww-perl
31
32COPYRIGHT AND LICENCE
33
34Copyright (C) 2005, 2006 by Peter Pentchev
35
36This library is free software; you can redistribute it and/or modify
37it under the same terms as Perl itself, either Perl version 5.8.7 or,
38at your option, any later version of Perl 5 you may have available.
39
40$Id: README 88 2006-01-02 09:16:32Z roam $
41