summaryrefslogtreecommitdiff
path: root/xt
diff options
context:
space:
mode:
authorLucas Kanashiro <kanashiro.duarte@gmail.com>2015-08-08 19:35:58 -0300
committerLucas Kanashiro <kanashiro.duarte@gmail.com>2015-08-08 19:35:58 -0300
commit99077894c2b1ef069a095b11b523e34595f79a08 (patch)
tree29ff532cdb8a2ce43c928701281d2e51012c91b5 /xt
parent0048a08177fd5b057eb391d1c94b53d0857a623c (diff)
parentc485810d5f1fff2d81854cdf3654b6207e246d6d (diff)
Imported Upstream version 3.008
Diffstat (limited to 'xt')
-rw-r--r--xt/release/changes_has_content.t2
-rw-r--r--xt/release/pod-syntax.t4
2 files changed, 2 insertions, 4 deletions
diff --git a/xt/release/changes_has_content.t b/xt/release/changes_has_content.t
index 5de9f40..48536cd 100644
--- a/xt/release/changes_has_content.t
+++ b/xt/release/changes_has_content.t
@@ -4,7 +4,7 @@ use Test::More tests => 2;
note 'Checking Changes';
my $changes_file = 'Changes';
-my $newver = '3.007';
+my $newver = '3.008';
my $trial_token = '-TRIAL';
SKIP: {
diff --git a/xt/release/pod-syntax.t b/xt/release/pod-syntax.t
index 3a69ee9..f0468f1 100644
--- a/xt/release/pod-syntax.t
+++ b/xt/release/pod-syntax.t
@@ -1,8 +1,6 @@
#!perl
# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
use Test::More;
-
-eval "use Test::Pod 1.41";
-plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;
+use Test::Pod 1.41;
all_pod_files_ok();