]> wagnertech.de Git - mfinanz.git/blob - SL/BackgroundJob/ALL.pm
Release 3.1.0 gibt es nicht, entsprechend in 3.2.0 gebündelt
[mfinanz.git] / SL / BackgroundJob / ALL.pm
1 package SL::BackgroundJob::ALL;
2
3 use strict;
4
5 use SL::BackgroundJob::Base;
6 use SL::BackgroundJob::BackgroundJobCleanup;
7 use SL::BackgroundJob::CleanBackgroundJobHistory;
8 use SL::BackgroundJob::CreatePeriodicInvoices;
9 use SL::BackgroundJob::FailedBackgroundJobsReport;
10
11 1;
12