Revision 3ff4ec3b
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
16 | 16 |
use SL::Common; |
17 | 17 |
use Form; |
18 | 18 |
use List::Util qw(first); |
19 |
use Moose; |
|
20 |
use Rose::DB; |
|
21 |
use Rose::DB::Object; |
|
22 | 19 |
use File::Basename; |
23 | 20 |
|
24 | 21 |
# Trailing new line is added so that Perl will not add the line |
Auch abrufbar als: Unified diff
Rose und Moose in dieser Version noch nicht einbinden.