diff options
author | bugreport%peshkin.net <> | 2004-07-12 12:48:45 +0200 |
---|---|---|
committer | bugreport%peshkin.net <> | 2004-07-12 12:48:45 +0200 |
commit | abdd4eba8b321e66d9a86d2d3592893f69632618 (patch) | |
tree | 305a5c0f7857f37f576b0969dc46f9ff2950b14a /t/Support | |
parent | ce983f5d751e61c5500eac45e5db29eee7309520 (diff) | |
download | bugzilla-abdd4eba8b321e66d9a86d2d3592893f69632618.tar.gz bugzilla-abdd4eba8b321e66d9a86d2d3592893f69632618.tar.xz |
Backing out bug 241900
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 de5b598c5..ffadc562c 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -29,7 +29,7 @@ package Support::Files; @additional_files = (); %exclude_deps = ( 'XML::Parser' => ['importxml.pl'], - 'Net::LDAP' => ['Bugzilla/Auth/Verify/LDAP.pm'], + 'Net::LDAP' => ['Bugzilla/Auth/LDAP.pm'], ); |