X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FEngine.pm;h=1fdbaad44755ce4f0cf257d4042ac72f205984f5;hp=8d665469aad0d84511c647ae8140d581a7a5e888;hb=a50e5b463c6cc4044b7d39a157d54db64212ef51;hpb=d935773d4dfe52cb48bb18152a868f5266e1f98c diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index 8d66546..1fdbaad 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -13,6 +13,8 @@ use URI::QueryParam; use namespace::clean -except => 'meta'; +has env => (is => 'rw'); + # input position and length has read_length => (is => 'rw'); has read_position => (is => 'rw');