Re: hash of objects inside an instance
[email protected] (Chris Prather)
| Newsgroups | perl.moose |
|---|---|
| Message-ID | <7069438125805159430@unknownmsgid> |
On Nov 28, 2011, at 7:30 PM, Erik Colson <[email protected]> wrote: > I just hoped Moose would have some kind of magic allowing to have objects as hash keys... Moose actually explicitly tries to avoid magic like this because it isn't intuitive to most Perl programmers and is usually very fragile. -Chris