Skip to content

Clean up string evals and return undef, hazardous style choices.

Changes string evals to block evals in perli11ndoc, which should always be the default choice unless string evals are necessary. Also changes all returns of undef to a simple return, because 'return undef' is hazardous if a function is called in list context.

Merge request reports