Revision 630048eb
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
t/Support/Files.pm | ||
---|---|---|
39 | 39 |
|
40 | 40 |
@files = glob('*'); |
41 | 41 |
find(sub { push(@files, $File::Find::name) if $_ =~ /\.pm$/;}, 'SL'); |
42 |
find(sub { push(@files, $File::Find::name) if $_ =~ /\.pl$/;}, 'bin/mozilla'); |
|
42 | 43 |
|
43 | 44 |
sub have_pkg { |
44 | 45 |
my ($pkg) = @_; |
Auch abrufbar als: Unified diff
Support::Files auf bin/mozilla angepasst und Bugzillaspezifische Tests entfernt.