On Fri, Jul 24, 2020 at 03:57:18PM +0300, Issac Goldstand wrote:
>
> > Anything I'm missing?
> >
> In theory, no. In practice I remember it being very difficult to test
> properly last time I tried to RM, with a recent Perl and httpd.
>
> I can't imagine it will be easier, so we should be aware, at time of voting
> on the release, how much (thoroughly) it is actually being tested
> pre-release...
The test suite passes though I needed to hack the Apache::Test stuff to
load mod_apreq.so which it doesn't seem to do OOTB.
But I am stuck on actually producing the release. "make release" runs:
perl build/version_check.pl > $(distdir)/PREREQUISITES
perl build/version_check.pl -version=2.16 > $(distdir)/META.yml
The first of these didn't work without r1880275 which I hope is correct,
but I cannot work out how to make the second work, it is failing with:
...
generated_by: build/version_check.pl
requires:
Use of uninitialized value $version in concatenation (.) or string at
build/version_check.pl line 87.
and I'm not sure how to get further. Any ideas? I'm using Perl 5.30.3.
Will have to come back to this on Monday, sorry.
Regards, Joe