plack / Plack

PSGI toolkit and server adapters
http://plackperl.org/
Other
486 stars 214 forks source link

Avoid try block just for checking $object->isa #712

Closed bbrtj closed 2 months ago

bbrtj commented 2 months ago

This is a straightforward change to avoid using try { $object->isa(...) }. There are two other isa calls in code and they also use blessed and not try, so this makes the code base more consistent.