]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 216523: t/Support/Files.pm fails to include Bugzilla/Template/Plugin/Bugzilla...
authorjocuri%softhome.net <>
Tue, 13 Jan 2004 06:52:37 +0000 (06:52 +0000)
committerjocuri%softhome.net <>
Tue, 13 Jan 2004 06:52:37 +0000 (06:52 +0000)
t/Support/Files.pm

index e822346d0eae2cb117b422d5051b5f5ec55cf4ad..ffadc562c43a9fb3fcd75ad36ab540a42e5fd58f 100644 (file)
@@ -35,7 +35,8 @@ package Support::Files;
 
 # XXX - this file should really be rewritten to use File::Find or similar
 $file = '*';
-@files = (glob($file), glob('Bugzilla/*.pm'), glob('Bugzilla/*/*.pm'));
+@files = (glob($file), glob('Bugzilla/*.pm'), glob('Bugzilla/*/*.pm'),
+          glob('Bugzilla/*/*/*.pm'));
 
 sub have_pkg {
     my ($pkg) = @_;