Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Data-Object CPAN distribution.

Report information
The Basics
Id: 85110
Status: resolved
Priority: 0/
Queue: Data-Object

People
Owner: me [...] jasonfried.info
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

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



Subject: hangs on perl 5.17.10
Deep recursion on subroutine "Data::Object::Hash::AUTOLOAD" at C:\strawberry\cpan\build\Data-Object-0.004-a6NESz\blib\lib/Data/Object/Hash.pm line 103. Out of memory! From http://matrix.cpantesters.org/?dist=Data-Object+0.004 I see that it started in perl 5.17.4 or 5.17.5. -- Alexandr Ciornii, http://chorny.net
Data-Object-0.005 fixes the loop. For some reason $self->SUPER::* calls were looping back into the autoload. So I called the base module directly.