In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/40429ee3823684b44041b4036cd3ba2322094f97?hp=216d99a62babbdb59330c3c4cc503329fb65e88b>
- Log ----------------------------------------------------------------- commit 40429ee3823684b44041b4036cd3ba2322094f97 Author: Father Chrysostomos <[email protected]> Date: Fri Aug 17 16:54:40 2012 -0700 write.t: Eek! debugging code ----------------------------------------------------------------------- Summary of changes: t/op/write.t | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/t/op/write.t b/t/op/write.t index 3fafc20..7dcf1e0 100644 --- a/t/op/write.t +++ b/t/op/write.t @@ -1111,7 +1111,6 @@ format Potshriggley = Scalar::Util::weaken(my $x = *Potshriggley{FORMAT}); undef *Potshriggley; is $x, undef, 'formats in subs do not leak'; - use Devel::Peek; Dump $x if $x; } -- Perl5 Master Repository
