X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fwww-eztv.git;a=blobdiff_plain;f=lib%2FWWW%2FEZTV.pm;fp=lib%2FWWW%2FEZTV.pm;h=c62f236b9c97f3720d45b936bb642cd4457e8258;hp=616641866e803eeaf58a4cdf19f6a35c9140685c;hb=af63e39fc5ac82463ca8fd8c4db105ed690707d8;hpb=2d2d49553ec0fa5e77599aa44dd12b7adabed506 diff --git a/lib/WWW/EZTV.pm b/lib/WWW/EZTV.pm index 6166418..c62f236 100644 --- a/lib/WWW/EZTV.pm +++ b/lib/WWW/EZTV.pm @@ -49,24 +49,43 @@ First create a WWW::EZTV object to navigate. }); =attr url + EZTV URL. + =cut =attr url_shows + EZTV shows URL. + =cut =attr shows + L of L objects. + =cut =attr has_shows + How many shows exists. + =cut =method find_show + Find first L object matching the given criteria. This method accept an anon function. + =cut +=head1 BUGS + +This is an early release, so probable there are plenty of bugs around. +If you found one, please report it on RT or at the github repo: + +L + +Pull requests are also very welcomed, but please include tests demostrating +what you've fixed. 1;