How to get a code reference from a object method using Moo

I’m using Moo (OO) under Perl v5.26 and Linux. I’m writing tests and have some kind of runtime dictionary in an object to store states of an application. I want to test if a defined code reference points to the adequate method in that object. My problem is to find the right expression for this… Read More How to get a code reference from a object method using Moo