]> git.pld-linux.org Git - packages/ack.git/blob - ack-deps.patch
- fix R: for strange version of File::Glob
[packages/ack.git] / ack-deps.patch
1 --- Ack.pm~     2013-04-19 05:47:53.000000000 +0100
2 +++ Ack.pm      2013-04-22 16:50:14.000000000 +0100
3 @@ -46,8 +46,8 @@
4  our $is_cygwin;
5  our $is_windows;
6  
7 -use File::Spec 1.00015 ();
8 -use File::Glob 1.00015 ':glob';
9 +use File::Spec 1.0 ();
10 +use File::Glob 1.0 ':glob';
11  
12  BEGIN {
13      # These have to be checked before any filehandle diddling.
This page took 0.175209 seconds and 3 git commands to generate.