bigpresh / Dancer-Plugin-Database

Dancer::Plugin::Database - easy database support for Dancer applications
http://search.cpan.org/dist/Dancer-Plugin-Database
37 stars 36 forks source link

Dancer::Plugin::Database failed pod coverage test #68

Closed veryrusty closed 8 years ago

veryrusty commented 9 years ago

From @gravattj on 2015-06-07. Copied from original issue PerlDancer/Dancer2#925

Upgraded Test::Pod to 1.50 to fix this:

t/pod-coverage.t .. ok

#   Failed test 'blib/lib/Dancer2/Plugin/Database.pm'
#   at /usr/share/perl5/Test/Pod.pm line 219.
# blib/lib/Dancer2/Plugin/Database.pm (366): L<text|scheme:...> is invalid according to perlpod
# Looks like you failed 1 test of 1.
t/pod.t ........... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 
racke commented 8 years ago

And this test shouldn't run on installation, only on RELEASE_TESTING.

ambs commented 8 years ago

Fixed. Thanks, @racke for the PR, @veryrusty for the complain :)