Branch: refs/heads/yves/add_nicer_PERL_DEB_aliases Home: https://github.com/Perl/perl5 Commit: 0614b1e8272c550753ee199bb4db17231ee7ae51 https://github.com/Perl/perl5/commit/0614b1e8272c550753ee199bb4db17231ee7ae51 Author: Yves Orton <demer...@gmail.com> Date: 2025-02-12 (Wed, 12 Feb 2025)
Changed paths: M perl.h M util.c M win32/win32.c Log Message: ----------- perl.h - rename PERL_DEB() to a more intuitive name This patch renames PERL_DEB() to PERL_IF_DEBUGGING() and renames PERL_DEB2() to PERL_IF_DEBUGGING_ELSE(). It also documents them, along with PERL_DEBUG() and DEBUG_r() and friends. I have switched the existing PERL_DEB() or PERL_DEB2() calls to use the new names, but kept aliases for the old names just in case they are used out in the wild (eg CPAN). Thanks to mauke for the name suggestions! To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications