Build results of fe8475b (on master)

This commit is contained in:
2015-04-12 01:09:58 +01:00
parent b1a552cf05
commit 3f3e3f59be
11 changed files with 534 additions and 27 deletions
-12
View File
@@ -1,12 +0,0 @@
#!perl
use strict;
use warnings;
use Test::More;
use English qw(-no_match_vars);
eval "use Test::Perl::Critic";
plan skip_all => 'Test::Perl::Critic required to criticise code' if $@;
Test::Perl::Critic->import( -profile => "perlcritic.rc" ) if -e "perlcritic.rc";
all_critic_ok();
-7
View File
@@ -1,7 +0,0 @@
#!perl
# This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests.
use Test::Pod::Coverage 1.08;
use Pod::Coverage::TrustPod;
all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });
-6
View File
@@ -1,6 +0,0 @@
#!perl
# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
use Test::More;
use Test::Pod 1.41;
all_pod_files_ok();