NAME
WWW::TV - Parse TV.com for information about TV shows.
SYNOPSIS
use WWW::TV qw();
my $series = WWW::TV::Series->new(id => 31635);
my $episode = WWW::TV::Episode->new(id => 475540);
DESCRIPTION
The WWW::TV modules is a helper package, so you don't need to "use" the sub modules all the time.
SEE ALSO
WWW::TV::Series WWW::TV::Episode
BUGS
Please report any bugs or feature requests through the web interface at http://rt.cpan.org/Dist/Display.html?Queue=WWW-TV.
AUTHOR
Danial Pearce cpan@tigris.id.au
LICENCE AND COPYRIGHT
Copyright (c) 2006-2008 Danial Pearce cpan@tigris.id.au
. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.