kivitendo/SL/BackgroundJob/ALL.pm @ 02c95ae1
package SL::BackgroundJob::ALL;
|
|
|
|
use strict;
|
|
|
|
use SL::BackgroundJob::Base;
|
|
use SL::BackgroundJob::CleanBackgroundJobHistory;
|
|
|
|
1;
|
|
|