Re: mod_perl 1.0 to 2.0 migration

2022-12-06 Thread Chris Bennett
On Sun, Nov 27, 2022 at 08:49:29AM +0800, Host Cache wrote: > On 2022-11-21 23:16, Xinhuan Zheng wrote: > > Hi All, > > > > We need to migrate our codebase from mod_perl 1.0 to 2.0. In our > > codebase, we have used “use Apache::Constants”. We want to change > > it to be like: > > https://perl.apa

Re: mod_perl 1.0 to 2.0 migration

2022-11-26 Thread Host Cache
On 2022-11-21 23:16, Xinhuan Zheng wrote: Hi All, We need to migrate our codebase from mod_perl 1.0 to 2.0. In our codebase, we have used “use Apache::Constants”. We want to change it to be like: https://perl.apache.org/docs/2.0/user/porting/compat.html#mod_perl_1_0_and_2_0_Constants_Coexistence

mod_perl 1.0 to 2.0 migration

2022-11-21 Thread Xinhuan Zheng
Hi All, We need to migrate our codebase from mod_perl 1.0 to 2.0. In our codebase, we have used “use Apache::Constants”. We want to change it to be like: https://perl.apache.org/docs/2.0/user/porting/compat.html#mod_perl_1_0_and_2_0_Constants_Coexistence. Our codebase are not only used in mod_p