This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In Carp, if @DB::args still contains our sentinel, reset it.
authorNicholas Clark <nick@ccl4.org>
Thu, 22 Jul 2010 08:44:27 +0000 (09:44 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 22 Jul 2010 08:44:27 +0000 (09:44 +0100)
commit114d6fd391232a6b97cfbef2db0e4f17302ee557
treecbf7c9646426c470908c0d4115b51320c3db48a3
parentcfef31b27d1a56cda74e23698243f3be70bd9cb3
In Carp, if @DB::args still contains our sentinel, reset it.

This ensures that nothing outside our routine can unintentionally get the
address of our sentinel.
lib/Carp.pm