Fixed dzil errors and warns... v0.06
authordiegok <diego@freekeylabs.com>
Sat, 18 Apr 2015 16:36:03 +0000 (18:36 +0200)
committerdiegok <diego@freekeylabs.com>
Sat, 18 Apr 2015 16:36:03 +0000 (18:36 +0200)
dist.ini
lib/WWW/EZTV.pm
lib/WWW/EZTV/Episode.pm
lib/WWW/EZTV/Link.pm
lib/WWW/EZTV/Show.pm
lib/WWW/EZTV/UA.pm

index 954ea8f..74234da 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -23,11 +23,6 @@ first_version = 0.01
 [PodCoverageTests]
 [PodWeaver]
 
 [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
 [GithubMeta]
 user = diegok
 issues = 1
index 5953bbb..afce7cb 100644 (file)
@@ -1,4 +1,5 @@
 package WWW::EZTV;
 package WWW::EZTV;
+
 use Moose;
 with 'WWW::EZTV::UA';
 use WWW::EZTV::Show;
 use Moose;
 with 'WWW::EZTV::UA';
 use WWW::EZTV::Show;
index db8cfb7..7333a2f 100644 (file)
@@ -1,4 +1,5 @@
 package WWW::EZTV::Episode;
 package WWW::EZTV::Episode;
+
 use Moose;
 with 'WWW::EZTV::UA';
 
 use Moose;
 with 'WWW::EZTV::UA';
 
index 12b1a81..2510b74 100644 (file)
@@ -1,4 +1,5 @@
 package WWW::EZTV::Link;
 package WWW::EZTV::Link;
+
 use Moose;
 with 'WWW::EZTV::UA';
 
 use Moose;
 with 'WWW::EZTV::UA';
 
index 3114724..dc9b44c 100644 (file)
@@ -1,4 +1,5 @@
 package WWW::EZTV::Show;
 package WWW::EZTV::Show;
+
 use Moose;
 use v5.10;
 with 'WWW::EZTV::UA';
 use Moose;
 use v5.10;
 with 'WWW::EZTV::UA';
index 1b80ffc..1b6b3c2 100644 (file)
@@ -1,4 +1,5 @@
 package WWW::EZTV::UA;
 package WWW::EZTV::UA;
+
 use Moose::Role;
 use Mojo::UserAgent;
 
 use Moose::Role;
 use Mojo::UserAgent;