We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479e707 commit 4315241Copy full SHA for 4315241
Changes
@@ -1,6 +1,8 @@
1
Revision history for Perl module {{$dist->name}}
2
3
{{$NEXT}}
4
+ - specified File::Path version dependency because some versions don't
5
+ have remove_tree
6
7
0.57 2011-09-21 19:21:22 Europe/Berlin
8
- rerelease to hopefully fix the worldwritables problem
t/lib/WebserverTester.pm
@@ -8,7 +8,7 @@ use Test::Builder;
9
use Capture::Tiny 'capture';
10
use Compress::Zlib;
11
-use File::Path 'remove_tree';
+use File::Path 2.08 'remove_tree';
12
use File::Slurp qw( read_file write_file );
13
14
use HTTP::Response;
0 commit comments