Move prepare_connection, and it's lies documentation. Bet this breaks mad engines...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Response.pm
index 0798471..5f49df7 100644 (file)
@@ -7,8 +7,6 @@ use namespace::autoclean;
 
 with 'MooseX::Emulate::Class::Accessor::Fast';
 
-has _prepared_write => (is => 'ro', writer => '_set_prepared_write');
-
 has _response_cb => (
     is      => 'ro',
     isa     => 'CodeRef',