Fixed bug in HTTP engine where writes could fail with 'Resource temporarily unavailable'
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 09ef82a..06bcf09 100644 (file)
@@ -63,7 +63,7 @@ __PACKAGE__->response_class('Catalyst::Response');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.7010';
+our $VERSION = '5.7011';
 
 sub import {
     my ( $class, @arguments ) = @_;