<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,7 +8,7 @@ WriteMakefile(
                             Getopt::Long =&gt; 2.24,	# need OO interface
                          },
     'PMLIBDIRS'       =&gt; ['lib'],
-    'DIR'             =&gt; ['Digest', 'FileList'],
+    'DIR'             =&gt; [],
     ($] &gt;= 5.005 ?    ## Add these new keywords supported since 5.005
       (ABSTRACT_FROM  =&gt; 'lib/File/RsyncP.pm', # retrieve abstract from module
        AUTHOR         =&gt; 'Craig Barratt &lt;cbarratt@users.sourceforge.net&gt;')
</pre></body></html>