X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fwww-eztv.git;a=blobdiff_plain;f=lib%2FWWW%2FEZTV%2FShow.pm;fp=lib%2FWWW%2FEZTV%2FShow.pm;h=7ab346b774085744ae58952b647cbfbbeb390640;hp=4b8761c6970cb0d0376a5ca3028e2eed96a266d1;hb=17802f254b869064461d14e6a2fb015b59246a46;hpb=e3142e3a240afca9f0ac4cf9d4a7c4eb45c701e2 diff --git a/lib/WWW/EZTV/Show.pm b/lib/WWW/EZTV/Show.pm index 4b8761c..7ab346b 100644 --- a/lib/WWW/EZTV/Show.pm +++ b/lib/WWW/EZTV/Show.pm @@ -4,7 +4,7 @@ with 'WWW::EZTV::UA'; use WWW::EZTV::Link; use WWW::EZTV::Episode; -# ABSTRACT: EZTV show object +# ABSTRACT: Show object has title => is => 'ro', isa => 'Str', required => 1; has name => is => 'ro', lazy => 1, default => \&_name;