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 d52380310..4f1b619b4 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -30,7 +30,7 @@ use File::Find; # @additional_files = (); %exclude_deps = ( - 'XML::Parser' => ['importxml.pl'], + 'XML::Twig' => ['importxml.pl'], 'Net::LDAP' => ['Bugzilla/Auth/Verify/LDAP.pm'], ); |