Skip to content

Commit

Permalink
Remove dependency on File::Glob
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Mar 19, 2017
1 parent bf74dcc commit cdaaf97
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -3,6 +3,8 @@ History file for ack. https://beyondgrep.com/

NEXT
====================================
[INTERNALS]
Removed dependency on File::Glob which isn't used.


2.17_01 Wed Mar 15 23:25:28 CDT 2017
Expand Down
1 change: 0 additions & 1 deletion Makefile.PL
Expand Up @@ -43,7 +43,6 @@ my %parms = (
'Cwd' => '3.00',
'Errno' => 0,
'File::Basename' => '1.00015',
'File::Glob' => '1.00015',
'File::Next' => '1.16',
'File::Spec' => '3.00',
'File::Temp' => '0.19', # For newdir()
Expand Down
1 change: 0 additions & 1 deletion dev/find-minimum-dep-versions.pl
Expand Up @@ -108,7 +108,6 @@ (&@)
'Carp',
'Cwd',
'File::Basename',
'File::Glob',
'File::Next',
'File::Spec',
'File::Temp',
Expand Down

0 comments on commit cdaaf97

Please sign in to comment.