WWW-Myspace-Data

This module has been split off from the WWW::Myspace distribution. This was done in order to provide a more lightweight WWW::Myspace distro, while allowing folks who need more options to install WWW::Myspace::Data in addition to WWW::Myspace.

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

You will then need to set up your database. The SQL you need is in mysql.txt. The SQL commands in this file should work in any standard SQL database.

For mysql, you can do this:
echo "create database friends" | mysql -u root -p mysql -u root -p < mysql.txt

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc WWW::Myspace::Data

You can also look for information at:

Search CPAN

http://search.cpan.org/dist/WWW-Myspace-Data

CPAN Request Tracker:

http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Myspace-Data

AnnoCPAN, annotated CPAN documentation:

http://annocpan.org/dist/WWW-Myspace-Data

CPAN Ratings:

http://cpanratings.perl.org/d/WWW-Myspace-Data

COPYRIGHT AND LICENCE

Copyright (C) 2006 - 2007 Olaf Alders

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