Commit bf83c0fa authored by jocuri%softhome.net's avatar jocuri%softhome.net

Bug 216523: t/Support/Files.pm fails to include…

Bug 216523: t/Support/Files.pm fails to include Bugzilla/Template/Plugin/Bugzilla.pm in the file list; patch by zach@zachlipton.com; r=jouni; a=justdave.
parent 637b35d0
......@@ -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) = @_;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment