NAME

Lyrics::Fetcher::Lyrics007 - Attempts to fetch lyrics from www.lyrics007.com

SYNOPSIS

use Lyrics::Fetcher::Lyrics007
print Lyrics::Fetcher::Lyrics007->fetch('<band>', '<track>');

DESCRIPTION

Module to obtain song lyrics from www.lyrics007.com. Written to be used by Lyrics::Fetcher but can be used standalone.

INTERFACE

fetch($band, $track)

Tries to obtain lyrics for the given track by the given band.

VERSION

Version 0.06

AUTHOR

James Ronan, <james at ronanweb.co.uk>

BUGS

Highly Likely as this is my first perl module.

The other point to note is this module relies on the format of www.lyrics007.com remaining 'as is'; Therfore if the site changes this module will be rendered useless. If this happens let me know and I'll fix it! (If I haven't started the rewrite already)

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Lyrics::Fetcher::Lyrics007

ACKNOWLEDGEMENTS

Bigup to David Precious for helping me get my Perl code off the ground by writing this module (which is inspired by one of his own).

COPYRIGHT & LICENSE

Copyright 2008 James Ronan, all rights reserved.

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