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=0389367c3092713fb1e284965051452d3618ead4;hp=8b3a701d57aa0a58926e168ea20754cba000d1f5;hb=f3414019f472b55682ef3af53f761b6db7955887;hpb=0fc2d522eec43202c21e9f0062e43f10db4d9008 diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index 8b3a701..0389367 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -19,9 +19,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;