X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FEngine.pm;h=45b1c7bfbfcd747ea5b6f67c374904f56630c6e0;hb=e0a78010dd2d2d12cf8a693b9e0e42bc62e422cc;hp=de287ea65602bfd53f84007f3c4e853681dd93d6;hpb=10011c19cb6f294d1d16c1a1fb484614a7c5dcba;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index de287ea..45b1c7b 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -12,14 +12,14 @@ use HTTP::Headers; use URI::QueryParam; use Scalar::Util (); +use namespace::clean -except => 'meta'; + # input position and length has read_length => (is => 'rw'); has read_position => (is => 'rw'); has _prepared_write => (is => 'rw'); -no Moose; - # Amount of data to read from input on each pass our $CHUNKSIZE = 64 * 1024;