mirror of
https://github.com/Perl/perl5.git
synced 2026-01-28 10:24:48 +00:00
Include a debugging build with a reference-counted stack to shake out places where modifications to pp() functions etc would pass on normal builds, but break in the new environment. By including DEBUGGING, this enables a bunch of assertions which check that the stack state is sane at all times.