Revision c7a5335e
Von Sven Schöling vor 11 Monaten hinzugefügt
SL/InstallationCheck.pm | ||
---|---|---|
100 | 100 |
{ name => "URI::Find", url => "http://search.cpan.org/~mschwern/", debian => 'liburi-find-perl' }, |
101 | 101 |
{ name => "GD", version => '2.00', url => "http://search.cpan.org/~lds/", debian => 'libgd-perl' }, |
102 | 102 |
{ name => "Rose::DB::Object", version => 0.809, url => "http://search.cpan.org/~jsiracusa/", debian => 'librose-db-object-perl' }, |
103 |
|
|
104 |
# first available in debian trixie and ubuntu 23.10 |
|
105 |
{ name => "HTML::Query", url => "http://search.cpan.org/~kamelkev/", debian => 'libhtml-query-perl' }, |
|
103 | 106 |
); |
104 | 107 |
|
105 | 108 |
$_->{fullname} = join ' ', grep $_, @$_{qw(name version)} |
Auch abrufbar als: Unified diff
fx_transactions: test cases basierend auf #563
t/fxtransaction/ap_transactions.t enthält ein Mini-Framework für
bin/mozilla Integration-Tests. Grobes Muster:
my ($out, $err, @ret) = make_request($script, \%form_params, $action);
%form = form_from_html($out);
Wird hier benutzt um simple Flows durch das programm zu simulieren.