[Catalyst-commits] r14336 - in Catalyst-Authentication-Credential-OpenID/trunk: . t t/author

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sat Aug 18 15:19:42 GMT 2012


Author: t0m
Date: 2012-08-18 15:19:42 +0000 (Sat, 18 Aug 2012)
New Revision: 14336

Added:
   Catalyst-Authentication-Credential-OpenID/trunk/t/author/
   Catalyst-Authentication-Credential-OpenID/trunk/t/author/pod-coverage.t
   Catalyst-Authentication-Credential-OpenID/trunk/t/author/pod.t
Removed:
   Catalyst-Authentication-Credential-OpenID/trunk/t/pod-coverage.t
   Catalyst-Authentication-Credential-OpenID/trunk/t/pod.t
Modified:
   Catalyst-Authentication-Credential-OpenID/trunk/
   Catalyst-Authentication-Credential-OpenID/trunk/Changes
   Catalyst-Authentication-Credential-OpenID/trunk/Makefile.PL
Log:
Fix RT#79072, fixing dist Makefile.PL


Property changes on: Catalyst-Authentication-Credential-OpenID/trunk
___________________________________________________________________
Modified: svn:ignore
   - MYMETA.yml
MYMETA.json
MANIFEST
README
META.yml
Makefile
blib
inc
pm_to_blib
Makefile.old


   + MANIFEST.bak
Catalyst-Authentication-Credential-OpenID-*
MYMETA.yml
MYMETA.json
MANIFEST
README
META.yml
Makefile
blib
inc
pm_to_blib
Makefile.old



Modified: Catalyst-Authentication-Credential-OpenID/trunk/Changes
===================================================================
--- Catalyst-Authentication-Credential-OpenID/trunk/Changes	2012-08-06 23:01:57 UTC (rev 14335)
+++ Catalyst-Authentication-Credential-OpenID/trunk/Changes	2012-08-18 15:19:42 UTC (rev 14336)
@@ -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.
 

Modified: Catalyst-Authentication-Credential-OpenID/trunk/Makefile.PL
===================================================================
--- Catalyst-Authentication-Credential-OpenID/trunk/Makefile.PL	2012-08-06 23:01:57 UTC (rev 14335)
+++ Catalyst-Authentication-Credential-OpenID/trunk/Makefile.PL	2012-08-18 15:19:42 UTC (rev 14336)
@@ -32,6 +32,7 @@
 # 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 @@
         or die "Couldn't update the README";
 }
 
-auto_install;
 resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Credential-OpenID/';
 
 WriteAll;

Copied: Catalyst-Authentication-Credential-OpenID/trunk/t/author/pod-coverage.t (from rev 14325, Catalyst-Authentication-Credential-OpenID/trunk/t/pod-coverage.t)
===================================================================
--- Catalyst-Authentication-Credential-OpenID/trunk/t/author/pod-coverage.t	                        (rev 0)
+++ Catalyst-Authentication-Credential-OpenID/trunk/t/author/pod-coverage.t	2012-08-18 15:19:42 UTC (rev 14336)
@@ -0,0 +1,5 @@
+#!perl -T
+use Test::More;
+eval "use Test::Pod::Coverage 1.04";
+plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
+all_pod_coverage_ok();

Copied: Catalyst-Authentication-Credential-OpenID/trunk/t/author/pod.t (from rev 14325, Catalyst-Authentication-Credential-OpenID/trunk/t/pod.t)
===================================================================
--- Catalyst-Authentication-Credential-OpenID/trunk/t/author/pod.t	                        (rev 0)
+++ Catalyst-Authentication-Credential-OpenID/trunk/t/author/pod.t	2012-08-18 15:19:42 UTC (rev 14336)
@@ -0,0 +1,6 @@
+#!perl -T
+
+use Test::More;
+eval "use Test::Pod 1.14";
+plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
+all_pod_files_ok();

Deleted: Catalyst-Authentication-Credential-OpenID/trunk/t/pod-coverage.t
===================================================================
--- Catalyst-Authentication-Credential-OpenID/trunk/t/pod-coverage.t	2012-08-06 23:01:57 UTC (rev 14335)
+++ Catalyst-Authentication-Credential-OpenID/trunk/t/pod-coverage.t	2012-08-18 15:19:42 UTC (rev 14336)
@@ -1,5 +0,0 @@
-#!perl -T
-use Test::More;
-eval "use Test::Pod::Coverage 1.04";
-plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
-all_pod_coverage_ok();

Deleted: Catalyst-Authentication-Credential-OpenID/trunk/t/pod.t
===================================================================
--- Catalyst-Authentication-Credential-OpenID/trunk/t/pod.t	2012-08-06 23:01:57 UTC (rev 14335)
+++ Catalyst-Authentication-Credential-OpenID/trunk/t/pod.t	2012-08-18 15:19:42 UTC (rev 14336)
@@ -1,6 +0,0 @@
-#!perl -T
-
-use Test::More;
-eval "use Test::Pod 1.14";
-plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
-all_pod_files_ok();




More information about the Catalyst-commits mailing list