Revision 911031a3
Von Sven Schöling vor etwa 9 Jahren hinzugefügt
t/Support/Files.pm | ||
---|---|---|
@files = glob('*');
|
||
find(sub { push(@files, $File::Find::name) if $_ =~ /\.pm$/;}, 'SL');
|
||
find(sub { push(@files, $File::Find::name) if $_ =~ /\.pl$/;}, qw(bin/mozilla sql/Pg-upgrade2));
|
||
find(sub { push(@files, $File::Find::name) if $_ =~ /\.html$/;}, qw(templates/webpages));
|
||
|
||
sub have_pkg {
|
||
my ($pkg) = @_;
|
Auch abrufbar als: Unified diff
tests: html Vorlagen auch in Testdateien aufnehmen