Skip Menu |

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

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

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

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



Subject: DocCaveat: use Class::LazyObject after useing any module that puts subs in UNIVERSAL.
Class::LazyObject has to do extra work to handle calls on lazy objects to methods defined in UNIVERSAL. It does this work when you use Class::LazyObject. Therefore, if you add any subs to UNIVERSAL (with UNIVERSAL::exports, UNIVERSAL::moniker, or UNIVERSAL::require, for example), only use Class::LazyObject afterwards.