in reply to Re^3: Two Moose classes consumering the same role and using each other
in thread Two Moose classes consumering the same role and using each other
Thank you!
I've got rid of warnings by deleting additional slashes (I added them just for "visual rhyme" of code).
And also warnings disappear when I add "make_immutable" (it's strongly recommended, as I understand) in the end of ClassA and ClassB packages.
I'll definitely try Try::Tiny instead of eval, thanks a lot.
|
|---|