X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=310eafe6e5eef3255ce25c9db847dd33faeb27b8;hp=2e7e837722679ea1dd5d9450bdbe9bf09fc87434;hb=fc89737e02828d5d94c5271c74fb173ad29b28ca;hpb=3eba0dd58db00c12f2847f38e479677bb582e4d7 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 2e7e837..310eafe 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -120,7 +120,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90049_004'; +our $VERSION = '5.90051'; sub import { my ( $class, @arguments ) = @_; @@ -1837,7 +1837,7 @@ sub finalize { # Support skipping finalize for psgix.io style 'jailbreak'. Used to support # stuff like cometd and websockets - if($c->request->has_io_fh) { + if($c->request->_has_io_fh) { $c->log_response; return; }