From: Tomas Doran Date: Sat, 30 Jun 2012 10:16:27 +0000 (+0100) Subject: Fix Pod X-Git-Tag: 0.10021~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=83418d1e6b631a2a04663fdf0d043f566c8d0156;p=catagits%2FCatalyst-Plugin-Authentication.git Fix Pod --- diff --git a/lib/Catalyst/Plugin/Authentication.pm b/lib/Catalyst/Plugin/Authentication.pm index 1438f29..3408b75 100644 --- a/lib/Catalyst/Plugin/Authentication.pm +++ b/lib/Catalyst/Plugin/Authentication.pm @@ -1128,7 +1128,7 @@ Jay Kuri, C - Large rewrite Tomas Doran (t0m), C -=hasd1 ADDITIONAL CONTRIBUTORS +=head1 ADDITIONAL CONTRIBUTORS =over @@ -1136,7 +1136,7 @@ Tomas Doran (t0m), C =item David Kamholz -=itm kmx +=item kmx =item Nigel Metheringham diff --git a/t/author/eol.t b/t/author/eol.t new file mode 100644 index 0000000..480ecfe --- /dev/null +++ b/t/author/eol.t @@ -0,0 +1,12 @@ +#!/usr/bin/env perl + +use Test::More; +eval {require Test::EOL; }; + +if ($@) { + plan skip_all => 'Need Test::EOL installed for line ending tests'; + exit 0; +} +Test::EOL->import; +all_perl_files_ok(); + diff --git a/t/author/notabs.t b/t/author/notabs.t index ad02a43..5cd3ae0 100644 --- a/t/author/notabs.t +++ b/t/author/notabs.t @@ -1,6 +1,10 @@ use strict; use warnings; + +use File::Spec; +use FindBin (); use Test::More; use Test::NoTabs; -all_perl_files_ok; +all_perl_files_ok(qw/lib/); +