This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
parts/ppptools.pl: Add comments, white-space, m//x
authorKarl Williamson <khw@cpan.org>
Mon, 15 Jul 2019 21:35:14 +0000 (15:35 -0600)
committerNicolas R <atoomic@cpan.org>
Fri, 27 Sep 2019 22:39:29 +0000 (16:39 -0600)
commit8cc7d36adfdebf80cdc90d45e5d54c11c5e69391
tree7882f41363d4b26b72b953646f87264935e162b6
parentd979286bb0811eef5b99e53a575b5805b6b18a60
parts/ppptools.pl: Add comments, white-space, m//x

This makes some patterns /x with white space to make them more readable.
It also changes several s/\s*// to s/\s+//, which is faster.

(cherry picked from commit 49ee9fdc8f67a4180bee01519cba8bce36f33387)
Signed-off-by: Nicolas R <atoomic@cpan.org>
dist/Devel-PPPort/parts/ppptools.pl