Perl-Critic / PPI

53 stars 44 forks source link

Simplify `heredoc` #240

Closed book closed 5 years ago

book commented 5 years ago

Useless use of wantarray: the context is already propagated to the single statement, so there is no need for an explicit scalar.

wchristian commented 5 years ago

Thanks for the catch. Merged and released. :)