Revision 2b8ec027
Von Sven Schöling vor etwa 4 Jahren hinzugefügt
scripts/console | ||
---|---|---|
77 | 77 |
package Devel::REPL; |
78 | 78 |
|
79 | 79 |
use utf8; |
80 |
use CGI qw( -no_xhtml); |
|
81 | 80 |
use DateTime; |
82 | 81 |
use SL::Auth; |
83 | 82 |
use SL::Form; |
... | ... | |
108 | 107 |
|
109 | 108 |
$::instance_conf = SL::InstanceConfiguration->new; |
110 | 109 |
$::request = SL::Request->new( |
111 |
cgi => CGI->new({}), |
|
112 | 110 |
layout => SL::Layout::None->new, |
113 | 111 |
); |
114 | 112 |
|
Auch abrufbar als: Unified diff
CGI aus Abhängigkeiten entfernt und warnings behoben