Fix RT#79072, fixing dist Makefile.PL
Tomas Doran [Sat, 18 Aug 2012 15:19:42 +0000 (15:19 +0000)]
Changes
Makefile.PL
t/author/pod-coverage.t [moved from t/pod-coverage.t with 100% similarity]
t/author/pod.t [moved from t/pod.t with 100% similarity]

diff --git a/Changes b/Changes
index cadf47b..d460ee4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Catalyst::Authentication::Credential::OpenID
 
+      - Fix RT#79072, fixing dist Makefile.PL
+
 0.17 Sun Jul 15 21:03:00 BST 2012
       - Fix Makefile.PL, release dev release.
 
index fe40c96..49aeb78 100644 (file)
@@ -32,6 +32,7 @@ test_requires "Test::More"      => "0.42";
 # test_requires "Net::DNS"       => undef;
 # test_requires "IO::Socket::INET"   => undef;
 
+author_tests 't/author';
 author_requires(
    'Test::WWW::Mechanize' => undef,
    'Catalyst::Runtime' => undef,
@@ -58,7 +59,6 @@ if ( $Module::Install::AUTHOR )
         or die "Couldn't update the README";
 }
 
-auto_install;
 resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Credential-OpenID/';
 
 WriteAll;
similarity index 100%
rename from t/pod-coverage.t
rename to t/author/pod-coverage.t
similarity index 100%
rename from t/pod.t
rename to t/author/pod.t