Re: svn commit: r1717474 - in /perl/modperl/trunk: Changes src/modules/perl/mod_perl.c src/modules/perl/modperl_env.c src/modules/perl/modperl_env.h src/modules/perl/modperl_perl.c t/response/TestModperl/env.pm

Rainer Jung <[email protected]> Wed, 4 Jan 2017 14:27:02 +0100
Newsgroups gmane.comp.apache.mod-perl.devel
Message-ID <[email protected]>
Hi there,

this commit broke compatibility for mod_perl 2.0.10 with perl before 
version 5.14. AFAIK API function mg_free_type() used here was only 
introduced in 5.14.0. Since the above commit was titled "Add support for 
Perl 5.22.x.", it might be possible to fix this using a version 
dependent code path. But I don't know enough about these internals to 
suggest an appropriate patch, sorry.

Should I file a bug?

Thanks and regards,

Rainer