projects
/
kivitendo-erp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Erzeugte PDF- und HTML-Varianten der Dokumentation
[kivitendo-erp.git]
/
SL
/
BackgroundJob
/
ALL.pm
1
package SL::BackgroundJob::ALL;
2
3
use strict;
4
5
use SL::BackgroundJob::Base;
6
use SL::BackgroundJob::CleanBackgroundJobHistory;
7
use SL::BackgroundJob::CreatePeriodicInvoices;
8
9
1;
10