Skip Menu |

This queue is for tickets about the Class-LazyObject CPAN distribution.

Report information
The Basics
Id: 14458
Status: new
Priority: 0/
Queue: Class-LazyObject

People
Owner: cpan [...] danonline.net
Requestors: cpan [...] danonline.net
Cc:
AdminCc:

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



Subject: DocBug: Objects with overloaded operators
Currently, lazy objects will not intercept overloaded operators. This means that if your inflated object uses overloaded operators, you cannot use a lazy object in its place. This may be fixed in future versions by using a combination of nomethod and overload::Method.