This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
devel/regenerate: Remove exists from if tests
authorKarl Williamson <khw@cpan.org>
Thu, 1 Aug 2019 22:40:06 +0000 (16:40 -0600)
committerNicolas R <atoomic@cpan.org>
Fri, 27 Sep 2019 22:39:32 +0000 (16:39 -0600)
commit0ebe8a012b50ab7f389edf4a85038f72aacf154e
treee8c8a34ae6b09c1eb5ee5c5506ac28bb68d3e3ad
parent3bb63d3873d94106885062e55b964cf684b5a4b0
devel/regenerate: Remove exists from if tests

I'm unsure as to why his is needed, but I found there were problems when
the code uses exists instead of just checking if the value is true.
This is a tiny hash, so autovivification isn't a performance issue at
all.

(cherry picked from commit 41457fa69251e60ddfce2e4f870a09a0115bfc6b)
Signed-off-by: Nicolas R <atoomic@cpan.org>
dist/Devel-PPPort/devel/regenerate