Clean up some perlcritic warnings

Andrew Dunstan <andrew@dunslane.net>

Commit: d2c1512ac48c1c25dfec07d341e9b74e57f6fbc4
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2018-05-07T19:35:32Z
Releases: 11.0
Clean up some perlcritic warnings

In Catalog.pm, mark eval of a string instead of a block as allowed.
Disallow perlcritic completely in Gen_dummy_probes.pl, as it's
generated code.
Protect a couple of lines in plperl code from  perltidy, so that the
annotation for perlcritic stays on the same line as the construct it
would otherwise object to.

Files