On Nov 20, 2017, at 5:38 AM, Nick Wellnhofer <[email protected]> wrote:
> On 19/11/2017 20:42, [email protected] wrote: >> The attached patch gets the Clownfish CPAN distribution working with perl >> 5.27.6. The code that my patch changes was already subtly wrong: references >> in stashes, which have been put there by constant.pm since perl 5.10, do >> represent callable methods. So anything that is a reference should be added >> to the list of methods. On account of the change cited below, Clownfish now >> fails its tests with bleadperl. > > We are aware of this issue and already patched it. A new release will be out > this week. > > https://git1-us-west.apache.org/repos/asf?p=lucy-clownfish.git;a=commitdiff;h=f30ed78acd52df8425914b618430fe8816f226c8 > > Maybe you can have a quick look and check if our patch is OK. Yes, that will work, but note that you do still continue to skip constants, which are callable as methods. I don’t know whether that matters to you. Father Chrysostomos
