Re: Type constraint ClassName does not work
[email protected] (Ernesto)
| Newsgroups | perl.moose |
|---|---|
| Message-ID | <[email protected]> |
Ch Lamprecht wrote on 13.05.2008 13:33: > Ernesto wrote: >> seems like I found a strange bug at the type constraint ClassName. >> > > line 122 > has 'class_m' => > ( > is => 'rw', > isa => 'ClassMame', # should this read 'ClassName'? > ); > I'm not only blind, I even don't see anything ;-) Looking for hours at the code, creating tests, checking my packages, tearing my hairs... It's always the same - have a friend looking over the code and untraceable bugs will appear immediately. Xanx for your eyes, Stevan and Christoph! Everything works now. Ernesto Spoken aside: Oh, how embarrassing.. Need new glasses...