Skip Menu |

This queue is for tickets about the Array-Average CPAN distribution.

Report information
The Basics
Id: 89759
Status: open
Priority: 0/
Queue: Array-Average

People
Owner: MRDVT [...] cpan.org
Requestors: MRDVT [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.02
Fixed in: (no value)



Subject: Array-Average - Deep recursion on subroutine
I need to handle this error when count of arguments >= 100. $ perl -MArray::Average -e 'print average(1 .. 100), "\n"' Deep recursion on subroutine "Array::Average::_flatten" at /usr/lib/perl5/vendor_perl/5.10.0/Array/Average.pm line 77. Deep recursion on subroutine "Array::Average::_flatten" at /usr/lib/perl5/vendor_perl/5.10.0/Array/Average.pm line 77. 50.5