X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=blobdiff_plain;f=FastMmap.pm;h=fd814dbcd746b874f119a4fa2be9595cb69fad44;hp=9eb86dae91726c68308e1717e45c70247f1188d2;hb=0850f14b361b7473a299fe05b1dc70fe56fecdbd;hpb=bfeb5ca092922fe84d69717450e7dd4e7363b070 diff --git a/FastMmap.pm b/FastMmap.pm index 9eb86da..fd814db 100644 --- a/FastMmap.pm +++ b/FastMmap.pm @@ -9,7 +9,7 @@ use URI; use URI::Find; use File::Temp 'tempdir'; -our $VERSION = '0.07'; +our $VERSION = '0.09'; __PACKAGE__->mk_classdata('_session'); __PACKAGE__->mk_accessors('sessionid'); @@ -64,7 +64,7 @@ sub finalize { return $c->uri($orig); } ); - $finder->find( \$c->res->{output} ) if $c->res->output; + $finder->find( \$c->res->{body} ) if $c->res->body; } } return $c->NEXT::finalize(@_);