Skip to content

Commit b0bd38d

Browse files
committed
xt means no need guard, no more pdl2.pod
1 parent bc1d207 commit b0bd38d

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
pdl2.pod

MANIFEST.SKIP

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ pm_to_blib$
1212
^\.git
1313

1414
\.sw.$
15-
16-
pdl2\.pod$

xt/manifest.t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ use warnings;
33
use Test::More;
44
use ExtUtils::Manifest;
55

6-
unless ( $ENV{RELEASE_TESTING} ) {
7-
plan( skip_all => "Author tests not required for installation" );
8-
}
96
plan tests => 2;
107

118
is_deeply [ ExtUtils::Manifest::manicheck() ], [], 'missing';

0 commit comments

Comments
 (0)