From af63e39fc5ac82463ca8fd8c4db105ed690707d8 Mon Sep 17 00:00:00 2001 From: diegok Date: Wed, 26 Dec 2012 00:04:08 +0100 Subject: [PATCH] Better docs format --- lib/WWW/EZTV.pm | 19 +++++++++++++++++++ lib/WWW/EZTV/Show.pm | 6 ++++++ 2 files changed, 25 insertions(+) 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; diff --git a/lib/WWW/EZTV/Show.pm b/lib/WWW/EZTV/Show.pm index 433b4e7..4b8761c 100644 --- a/lib/WWW/EZTV/Show.pm +++ b/lib/WWW/EZTV/Show.pm @@ -88,15 +88,21 @@ sub _cleanup_str { =cut =attr episodes + Collection of episodes fetched for this show. + =cut =attr has_episodes + How many episodes has this show. + =cut =method find_episode + Find first L object matching the given criteria. This method accept an anon function. + =cut -- 2.20.1