Revision 3ff4ec3b
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
use SL::Common;
|
||
use Form;
|
||
use List::Util qw(first);
|
||
use Moose;
|
||
use Rose::DB;
|
||
use Rose::DB::Object;
|
||
use File::Basename;
|
||
|
||
# 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.