Hi there,
How do we go about requesting updating a module used by my program (Perl)?
Specifically, I am programming in Perl and use the “Tree” (and “Tree::Fast”) modules which have recently been updated in CPAN in order not to die when Perl thinks I am recursing too deeply (100 deep is the current level). Usually this is just a warning but the current version of said modules dies on all warnings unfortunately. The authors have kindly removed that restriction (as per Perl guidelines about not using use warnings FATAL => 'all'
).
Current version of Tree and Tree::Fast is 1.14, CodinGame has version 1.13
Tree on CPAN: https://metacpan.org/pod/Tree
many thanks,
bliako