Subject: | delete() does not work in Algorithm::QuadTree v0.1 |
Date: | Sat, 20 Mar 2010 17:06:07 -0400 |
To: | bug-Algorithm-QuadTree [...] rt.cpan.org |
From: | Ryan Fox <foxryan [...] gmail.com> |
Algorithm-QuadTree-0.1
$ perl -v
This is perl, v5.10.0 built for x86_64-linux-gnu-thread-multi
$ uname -a
Linux caffeine 2.6.31-20-generic #57-Ubuntu SMP Mon Feb 8 09:02:26 UTC 2010
x86_64 GNU/Linux
In delete(), the output of grep is being assigned to an array ref. This
causes the size of the list to be returned instead of the list.
I've included a patch to fix this.
Message body is not shown because sender requested not to inline it.