Re: How do i know mod_perl 2 built with backward compatible with mod_perl 1
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Mar 25, 2011 at 4:56 PM, shant..... <[email protected]> wrote: > How do i know mod_perl 2 built with backward compatible with mod_perl 1 Apache::compat is always included. That's the primary mechanism of backwards compatibility in mod_perl 2. - Perrin