WWW::TV - Parse TV.com for information about TV shows.
use WWW::TV qw();
my $series = WWW::TV::Series->new(id => 31635);
my $episode = WWW::TV::Episode->new(id => 475540);
The WWW::TV modules is a helper package, so you don't need to "use"
the sub modules all the time.
WWW::TV::Series WWW::TV::Episode
Please report any bugs or feature requests through the web interface at
<http://rt.cpan.org/Dist/Display.html?Queue=WWW-TV>.
Danial Pearce "cpan@tigris.id.au"
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.