Revision c3e29bab
Von Bernd Bleßmann vor fast 8 Jahren hinzugefügt
SL/BackgroundJob/CsvImport.pm | ||
---|---|---|
7 | 7 |
use YAML (); |
8 | 8 |
use SL::JSON; |
9 | 9 |
use SL::DB::CsvImportProfile; |
10 |
use SL::SessionFile::Random; |
|
11 | 10 |
|
12 | 11 |
sub create_job { |
13 | 12 |
my ($self_or_class, %params) = @_; |
Auch abrufbar als: Unified diff
BackgroundJob::CsvImport: unbenutztes Modul SessionFile::Random nicht laden