RE: [MP2] Nullav undeclared make error

2012-07-18 Thread Steve Hay
new Apache-Test release in the meantime, though: that only contained one Nullsv->NULL change, so definitely isn't a problem. Btw, did we get anywhere with granting PAUSE perms to other committers? > > >> >> >> >> From: Steve Hay [mailto:steve.m....@googlema

Re: [MP2] Nullav undeclared make error

2012-07-17 Thread Fred Moyer
rak.com; modperl@perl.apache.org; mod_perl Dev > Subject: Re: [MP2] Nullav undeclared make error > > Various perl changes removed Nullsv, Nullav etc from the core (e.g. see > 24792b8dab and 3ae1b22641), but left definitions of them for when PERL_CORE > is not defined, for backwards com

RE: [MP2] Nullav undeclared make error

2012-07-17 Thread Steve Hay
ith a perl that doesn't have large files support. I still think we should also remove our usage of PERL_CORE, though... From: Steve Hay [mailto:steve.m@googlemail.com] Sent: 13 July 2012 08:23 To: Fred Moyer Cc: d...@rentrak.com; modperl@perl.apache.org; mod_perl Dev Subject: R

Re: [MP2] Nullav undeclared make error

2012-07-16 Thread Steve Hay
On 13 July 2012 01:33, Fred Moyer wrote: > > mod_perl.c:265: error: ‘Nullav’ undeclared (first use in this function) > > Hmm, found this in > http://search.cpan.org/~rjbs/perl-5.16.0/pod/perl5101delta.pod > > Uses of Nullav, Nullcv, Nullhv, Nullop, Nullsv etc have been replaced > by NULL in the c

Re: [MP2] Nullav undeclared make error

2012-07-12 Thread Fred Moyer
> mod_perl.c:265: error: ‘Nullav’ undeclared (first use in this function) Hmm, found this in http://search.cpan.org/~rjbs/perl-5.16.0/pod/perl5101delta.pod Uses of Nullav, Nullcv, Nullhv, Nullop, Nullsv etc have been replaced by NULL in the core code, and non-dual-life modules, as NULL is clearer