X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FEngine.pm;h=814238d347767db2df66a85e675a00987ad5b544;hp=8b3a701d57aa0a58926e168ea20754cba000d1f5;hb=4090e3bb3fea1a73ac369250e31584d61428b808;hpb=0fc2d522eec43202c21e9f0062e43f10db4d9008 diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index 8b3a701..814238d 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -1,6 +1,5 @@ package Catalyst::Engine; -use Class::C3; use Moose; with 'MooseX::Emulate::Class::Accessor::Fast'; @@ -19,9 +18,6 @@ has read_position => (is => 'rw'); no Moose; -# Stringify to class -use overload '""' => sub { return ref shift }, fallback => 1; - # Amount of data to read from input on each pass our $CHUNKSIZE = 64 * 1024;