Remove use of overload
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine.pm
index 8b3a701..0389367 100644 (file)
@@ -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;