b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/Makefile.PL |
2 | +++ b/Makefile.PL | ||||
3 | @@ -8,7 +8,7 @@ WriteMakefile( | ||||
4 | Getopt::Long => 2.24, # need OO interface | ||||
5 | }, | ||||
6 | 'PMLIBDIRS' => ['lib'], | ||||
7 | - 'DIR' => ['Digest', 'FileList'], | ||||
8 | + 'DIR' => [], | ||||
9 | ($] >= 5.005 ? ## Add these new keywords supported since 5.005 | ||||
10 | (ABSTRACT_FROM => 'lib/File/RsyncP.pm', # retrieve abstract from module | ||||
11 | AUTHOR => 'Craig Barratt <cbarratt@users.sourceforge.net>') |