summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo Custodio <pauloscustodio@gmail.com>2022-06-13 12:18:39 +0100
committerPaulo Custodio <pauloscustodio@gmail.com>2022-06-13 12:18:39 +0100
commitaee4be60243e4ede8396b2e026ba2a6887c110af (patch)
treec67b7f6ec93e67de75cb9b36810be1c96dfe1376
parenta68468cb49dc6da21639d5f6e4984674206ef3b6 (diff)
Add missing dependency
Tidy 07_cwd.t
-rw-r--r--dist.ini3
-rw-r--r--t/07_cwd.t4
2 files changed, 5 insertions, 2 deletions
diff --git a/dist.ini b/dist.ini
index a2bd03f..656205c 100644
--- a/dist.ini
+++ b/dist.ini
@@ -5,6 +5,9 @@ copyright_holder = Gabor Egressy
copyright_year = 1998
version = 1.59
+[Prereqs]
+Pod::Coverage::TrustPod = 0.100005
+
[@Filter]
-bundle = @SHLOMIF
-remove = License
diff --git a/t/07_cwd.t b/t/07_cwd.t
index 0b16cdc..8a16b5d 100644
--- a/t/07_cwd.t
+++ b/t/07_cwd.t
@@ -48,8 +48,8 @@ SCOPE:
);
my $moveto1 = File::Remove::_moveto(
- File::Spec->catdir( $base, 't' ), # remove
- File::Spec->catdir( $base, 't' ), # cwd
+ File::Spec->catdir( $base, 't' ), # remove
+ File::Spec->catdir( $base, 't' ), # cwd
);
$moveto1 =~ s/\\/\//g;