diff options
Diffstat (limited to 't/Support')
-rw-r--r-- | t/Support/Files.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/Support/Files.pm b/t/Support/Files.pm index b82ab6d66..108f6541a 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -26,7 +26,7 @@ package Support::Files; # exclude_deps is a hash of arrays listing the files to be excluded # if a module is not available # -@additional_files = ('syncshadowdb','processmail'); +@additional_files = (); %exclude_deps = ( 'XML::Parser' => ['importxml.pl'], ); |