Projekt

Allgemein

Profil

Herunterladen (273 Bytes) Statistiken
| Zweig: | Markierung: | Revision:
package SL::BackgroundJob::ALL;

use strict;

use SL::BackgroundJob::Base;
use SL::BackgroundJob::BackgroundJobCleanup;
use SL::BackgroundJob::CleanBackgroundJobHistory;
use SL::BackgroundJob::CreatePeriodicInvoices;
use SL::BackgroundJob::FailedBackgroundJobsReport;

1;

(1-1/10)