Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 630048eb

Von Sven Schöling vor etwa 15 Jahren hinzugefügt

  • ID 630048eb06ae889110efb312aeac87ee5d193b54
  • Vorgänger 1d91e75c
  • Nachfolger ed41d55e

Support::Files auf bin/mozilla angepasst und Bugzillaspezifische Tests entfernt.

Unterschiede anzeigen:

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