Fix ->engine->env for the second time. I shouldn't have trusted the author of Catalys...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine.pm
index ad2a180..1fdbaad 100644 (file)
@@ -10,10 +10,11 @@ use HTML::Entities;
 use HTTP::Body;
 use HTTP::Headers;
 use URI::QueryParam;
-use Scalar::Util ();
 
 use namespace::clean -except => 'meta';
 
+has env => (is => 'rw');
+
 # input position and length
 has read_length => (is => 'rw');
 has read_position => (is => 'rw');