Revision f29e9098
Von Sven Schöling vor mehr als 1 Jahr hinzugefügt
| SL/DB/DeliveryOrder/TypeData.pm | ||
|---|---|---|
|
use strict;
|
||
|
use Carp;
|
||
|
use Exporter qw(import);
|
||
|
use Scalar::Util qw(weaken);
|
||
|
use SL::Locale::String qw(t8);
|
||
|
|
||
|
use constant {
|
||
Auch abrufbar als: Unified diff
TypeData: unnötige imports