summaryrefslogtreecommitdiffstats
path: root/lib/Web/Response.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-08-19 10:40:23 -0500
committerJesse Luehrs <doy@tozt.net>2012-08-19 10:40:23 -0500
commit4310a8e3c45dcad070981eb572ccfcb877f8233f (patch)
treef4e5214ecec3bee36be06285bb6e19fe9971e77a /lib/Web/Response.pm
parentfbeba3e0c7cb53bce4302b4ac206a0f9b169d20f (diff)
downloadweb-request-4310a8e3c45dcad070981eb572ccfcb877f8233f.tar.gz
web-request-4310a8e3c45dcad070981eb572ccfcb877f8233f.zip
can't just pass this in the constructor if people use the arrayref form
Diffstat (limited to 'lib/Web/Response.pm')
-rw-r--r--lib/Web/Response.pm2
1 files changed, 1 insertions, 1 deletions
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 => {