in reply to no critic

This comment would refer specifically to Perl::Critic::Policy::BuiltinFunctions::ProhibitStringyEval.

Somewhere in the test suite for this code you might find something like:

eval { use Test::Perl::Critic 1.02 ( -exclude => [q{ProhibitStringyEval}] ); };

For more general information, see Perl::Critic.

-- Ken