On Mon, 27 Feb 2023 at 12:19, G.W. Haywood via perl5-porters < perl5-porters@perl.org> wrote: > Hi there, > > On Mon, 27 Feb 2023, Dave Cross wrote: > > > On Mon, 27 Feb 2023 at 10:56, G.W. Haywood via perl5-porters < > > perl5-porters@perl.org> wrote: > > > >> > >> I'm the maintainer of exactly one CPAN module, but since it's used by > >> both Sendmail and Postfix users I'm very keen to keep it working. It > >> would help me greatly in this effort if for example a row or two could > >> be added to this table: > >> > >> http://matrix.cpantesters.org/?dist=Sendmail%3A%3APMilter > >> > >> to show development versions of Perl ... > > > > The top seven rows on that page already show the most recent development > > versions of Perl. So I'm not really sure what more information you're > > asking for. > > Sorry, maybe I misunderstand. I think you did. That tables lists released versions. Such tables would not list every patch in blead. > Is one of those what you'd call 'blead'? > No. You would need to build perl from a checkout of the repo at https://github.com/Perl/perl5 However 5.37.9 contains the apostrophe patch. Unfortunately it does not contain the smartmatch patches. If your module does not use smartmatch or related features you are good. That wasn't my point however, my point was it would be helpful if folks could take the time to build perl against the latest commit in the blead branch on github and then test it against their favourite modules. If anything doesn't build, file a patch with the author of the module and or maybe with us as an issue. You can do this with 5.37.9 if you wish, but it will only validate the apostrophe as a package separator deprecation, not the smartmatch deprecation. Yves -- perl -Mre=debug -e "/just|another|perl|hacker/"Thread Previous | Thread Next