Add native size limiting to WebGUI via plack. This is no longer a WRE specific feature.

This commit is contained in:
Colin Kuskie 2011-12-31 19:01:25 -08:00
parent 55a05e99fa
commit 03a22421a7
3 changed files with 11 additions and 0 deletions

View file

@ -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;