WebService-LastFM version 0.03
==============================

DESCRIPTION

WebService::LastFM provides you a simple interface to Last.FM Web
service API. It currently supports Last.FM Stream API.

CAVEAT

WebServices::LastFM is now obsolete and doesn't cover all over the API
which Last.fm offers. If you'd like to take over it from me to work on
implementing, please give me a line, I'll let you have it.

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:

  - LWP
  - Digest::MD5
  - Class::Accessor

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2005 - 2008 by Kentaro Kuribayashi

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