Greg Sabino Mullane <[email protected]> writes: > On Tue, Dec 30, 2025 at 12:59 PM john napiorkowski <[email protected]> > wrote: > >> Thanks! And thanks for your work on this very critical part of the Perl >> software ecosystem. >> > > Thanks, that is nice to hear. Please keep pushing and nagging me > publically, as DBD::Pg is important but it's one of many, many items on my > todo list and the squeaky wheel gets the grease.
I'm perfectly happy to submit the remaining (minor) changes as fast as I can get them merged. ATM, I have an outstanding pull request fixing the use of paths-ignore in with_pg.yaml. That's necessary for being able to trigger GitHub actions manually. With the paths-ignore directly below workflow_dispatch, any attempt to do so via the GitHub UI will produce output indicating that a run was scheduled but it'll then fail with a parsing error before even creating a 'run' as visible object in the UI. Once that's merge, the CI failures for perl 5.30 can be fixed. These are happening because the MakeMaker in 5.30 is too old. Fix is that add a requirement for ExtUtils::MakeMaker version 7.64 to the configure_requires sections of META.json/ META.yml so that cpanm --installdeps --notest updates ExtUtils::MakeMaker if necessary (I've tested this in my forked repository). As everything should then work, I'd finally update the changes file. I'd like to send the proposed update for that to this list first.
