Subject: | memory leak |
There is a memory leak, the following code snip descripes the problem.
use strict;
use warnings;
use Want;
sub foo : lvalue { my $x; $x = Want::want('ASSIGN'); $x }
foo = 1 foreach 1..1_000_000;
__END__
This queue is for tickets about the Want CPAN distribution.
The Basics
People
|
Bug Information
|