diff options
author | lpsolit%gmail.com <> | 2006-01-11 08:53:07 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-01-11 08:53:07 +0100 |
commit | 91cc642ea473afe0aba6c8dbdc4c550255ca5e03 (patch) | |
tree | e3b1121c1462b05ab25f4d4d707b4405381730ac /t/Support | |
parent | d2a0eafd3082e560c1a635c9e59ec0ebfed18a7e (diff) | |
download | bugzilla-91cc642ea473afe0aba6c8dbdc4c550255ca5e03.tar.gz bugzilla-91cc642ea473afe0aba6c8dbdc4c550255ca5e03.tar.xz |
Bug 285614: Rewrite importxml.pl to remove XML::Parser magic numbers - Patch by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=myk
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'], ); |