changed the way test dumping a request works
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / View / Dump / Request.pm
index 97926ec..991eeca 100644 (file)
@@ -6,7 +6,7 @@ use base qw[TestApp::View::Dump];
 sub process {
     my ( $self, $c ) = @_;
     my $r = $c->request;
-    local $r->{env};
+    #local $r->{env};
     return $self->SUPER::process( $c, $r );
 }