X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9b220b885f1a1bb2a1201dfb1e0ae1e747a98c6c..c0ed7d2fa:/t/Support/Files.pm diff --git a/t/Support/Files.pm b/t/Support/Files.pm index d05f365e3..b91f44f8f 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -40,6 +40,7 @@ use File::Find; @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) = @_;