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=b367f3a046242933466e7518e6684c334e2fac66;hb=0850f14b361b7473a299fe05b1dc70fe56fecdbd;hpb=b2f8df5e44849b00365888e61ce49d8e8c9ef234 diff --git a/FastMmap.pm b/FastMmap.pm index b367f3a..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(@_); @@ -177,8 +177,8 @@ Marcus Ramberg C =head1 COPYRIGHT -This program is free software, you can redistribute it and/or modify it under -the same terms as Perl itself. +This program is free software, you can redistribute it and/or modify it +under the same terms as Perl itself. =cut