Add native size limiting to WebGUI via plack. This is no longer a WRE specific feature.
This commit is contained in:
parent
55a05e99fa
commit
03a22421a7
3 changed files with 11 additions and 0 deletions
|
|
@ -184,6 +184,7 @@ checkModule('Data::ICal', '0.16' );
|
|||
checkModule('common::sense', '3.2' );
|
||||
checkModule('Geo::Coder::Googlev3', '0.07' );
|
||||
checkModule('IO::File::WithPath', );
|
||||
checkModule('Plack::Middleware::SizeLimit', );
|
||||
|
||||
failAndExit("Required modules are missing, running no more checks.") if $missingModule;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue