Build results of 052bf86 (on master)

This commit is contained in:
2015-04-11 17:08:16 +01:00
commit df817e3517
39 changed files with 20888 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#!perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip_all => 'these tests are for release candidate testing');
}
}
# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
use Test::More;
use Test::Pod 1.41;
all_pod_files_ok();