From 4310a8e3c45dcad070981eb572ccfcb877f8233f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 19 Aug 2012 10:40:23 -0500 Subject: can't just pass this in the constructor if people use the arrayref form --- lib/Web/Response.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Web/Response.pm') diff --git a/lib/Web/Response.pm b/lib/Web/Response.pm index 7ab39db..914cbbd 100644 --- a/lib/Web/Response.pm +++ b/lib/Web/Response.pm @@ -71,7 +71,7 @@ has cookies => ( ); has _encoding_obj => ( - is => 'ro', + is => 'rw', isa => 'Object', predicate => 'has_encoding', handles => { -- cgit v1.2.3-54-g00ecf