Skip to content

Commit 4315241

Browse files
committed
specified File::Path version dependency because some versions don't have remove_tree
1 parent 479e707 commit 4315241

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changes

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Revision history for Perl module {{$dist->name}}
22

33
{{$NEXT}}
4+
- specified File::Path version dependency because some versions don't
5+
have remove_tree
46

57
0.57 2011-09-21 19:21:22 Europe/Berlin
68
- rerelease to hopefully fix the worldwritables problem

t/lib/WebserverTester.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use Test::Builder;
88

99
use Capture::Tiny 'capture';
1010
use Compress::Zlib;
11-
use File::Path 'remove_tree';
11+
use File::Path 2.08 'remove_tree';
1212
use File::Slurp qw( read_file write_file );
1313

1414
use HTTP::Response;

0 commit comments

Comments
 (0)