Make Catalyst::Engine::Apaches tests pass.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Request.pm
index da5d3e4..fc13ca9 100644 (file)
@@ -64,7 +64,6 @@ before body_parameters => sub {
 has uploads => (
   is => 'rw',
   required => 1,
-  lazy => 1,
   default => sub { {} },
 );