NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
That's not the full story with Apache (Score:1)
The problem with the Apache::Request situation was not that they were going to chance Apache::Request 1 to an incompatible Apache::Request 2.
You would great a major incompatibility, which would mean you had to immediately drop support for Apache::Request 1 (no more releases) and you could only ever have either Apache::Request 1 or Apache::Request 2 installed, you could never have both installed without a completely seperate dedicated Perl install.
B
Re:That's not the full story with Apache (Score:1)
I just simplified, since I wasn't writing really about mod_perl.
rjbs