NAME
Lyrics::Fetcher::Lyrics007 - Fetcher module for David Precious' (BIGPRESH) Lyrics::Fetcher
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
VERSION
Version 0.04
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.