From c62ddd06ff62e627ffd411b8ccb0fa881e1591d0 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 25 Nov 2009 05:02:55 +0000 Subject: Bug 530252: Create a script that sets up the framework of an extension Patch by Max Kanat-Alexander (module owner) a=mkanat --- t/Support/Files.pm | 1 + 1 file changed, 1 insertion(+) (limited to 't/Support') diff --git a/t/Support/Files.pm b/t/Support/Files.pm index d24cc2264..6c6e0ee57 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -29,6 +29,7 @@ use File::Find; @files = glob('*'); find(sub { push(@files, $File::Find::name) if $_ =~ /\.pm$/;}, 'Bugzilla'); +push(@files, 'extensions/create.pl'); sub isTestingFile { my ($file) = @_; -- cgit v1.2.3-24-g4f1b