From ec38c42af7b0214b09dfc67d54fcf2e814ba2227 Mon Sep 17 00:00:00 2001 From: diegok Date: Sat, 18 Apr 2015 18:36:03 +0200 Subject: [PATCH] Fixed dzil errors and warns... --- dist.ini | 5 ----- lib/WWW/EZTV.pm | 1 + lib/WWW/EZTV/Episode.pm | 1 + lib/WWW/EZTV/Link.pm | 1 + lib/WWW/EZTV/Show.pm | 1 + lib/WWW/EZTV/UA.pm | 1 + 6 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist.ini b/dist.ini index 954ea8f..74234da 100644 --- a/dist.ini +++ b/dist.ini @@ -23,11 +23,6 @@ first_version = 0.01 [PodCoverageTests] [PodWeaver] -[MetaResources] -repository.web = http://github.com/diegok/www-eztv -repository.url = http://github.com/diegok/www-eztv -repository.type = git - [GithubMeta] user = diegok issues = 1 diff --git a/lib/WWW/EZTV.pm b/lib/WWW/EZTV.pm index 5953bbb..afce7cb 100644 --- a/lib/WWW/EZTV.pm +++ b/lib/WWW/EZTV.pm @@ -1,4 +1,5 @@ package WWW::EZTV; + use Moose; with 'WWW::EZTV::UA'; use WWW::EZTV::Show; diff --git a/lib/WWW/EZTV/Episode.pm b/lib/WWW/EZTV/Episode.pm index db8cfb7..7333a2f 100644 --- a/lib/WWW/EZTV/Episode.pm +++ b/lib/WWW/EZTV/Episode.pm @@ -1,4 +1,5 @@ package WWW::EZTV::Episode; + use Moose; with 'WWW::EZTV::UA'; diff --git a/lib/WWW/EZTV/Link.pm b/lib/WWW/EZTV/Link.pm index 12b1a81..2510b74 100644 --- a/lib/WWW/EZTV/Link.pm +++ b/lib/WWW/EZTV/Link.pm @@ -1,4 +1,5 @@ package WWW::EZTV::Link; + use Moose; with 'WWW::EZTV::UA'; diff --git a/lib/WWW/EZTV/Show.pm b/lib/WWW/EZTV/Show.pm index 3114724..dc9b44c 100644 --- a/lib/WWW/EZTV/Show.pm +++ b/lib/WWW/EZTV/Show.pm @@ -1,4 +1,5 @@ package WWW::EZTV::Show; + use Moose; use v5.10; with 'WWW::EZTV::UA'; diff --git a/lib/WWW/EZTV/UA.pm b/lib/WWW/EZTV/UA.pm index 1b80ffc..1b6b3c2 100644 --- a/lib/WWW/EZTV/UA.pm +++ b/lib/WWW/EZTV/UA.pm @@ -1,4 +1,5 @@ package WWW::EZTV::UA; + use Moose::Role; use Mojo::UserAgent; -- 2.20.1