Re: RELEASE CANDIDATE] mod_perl-1.31 RC1

2007-12-21 Thread Perrin Harkins
All tests pass on Fedora 7 with apache 1.3.39 and perl 5.8.8. - Perrin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RELEASE CANDIDATE] mod_perl-1.31 RC1

2007-12-21 Thread Philippe M. Chiasson
The mod_perl 1.31 release candidate "Works with Perl 5.10" is ready. It can be downloaded here: http://www.apache.org/~gozer/mp1/mod_perl-1.31-rc1.tar.gz MD5: 7cda8676120ff6654bcbe923a2ff5747 SHA1: d8d2d4ad36d134a098601083ed4826664bb8a6cf The summary of what has changed since 1.30 are (from Ch

Re: mp1 needs release for 5.10

2007-12-21 Thread Philippe M. Chiasson
Geoffrey Young wrote: > hi :) > > according to this > > http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2007-12/msg00278.html > > mp1 (from cpan) will require a patch to work with 5.10. the good news > is that, despite our collective lack of tuits, steve has already > committed the patch, s

use mro;

2007-12-21 Thread Philippe M. Chiasson
One neat thing about Perl 5.10 is the mro package (Method Resolution Order). But the neat feature that caught my eye is pkg_gen() http://search.cpan.org/~rgarcia/perl-5.10.0/lib/mro.pm#mro::get_pkg_gen($classname) In mod_perl, we use PL_sub_generation to determine if our method cache (handlers)

Re: mp1 needs release for 5.10

2007-12-21 Thread Fred Moyer
Geoffrey Young wrote: hi :) according to this http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2007-12/msg00278.html mp1 (from cpan) will require a patch to work with 5.10. the good news is that, despite our collective lack of tuits, steve has already committed the patch, so all we need

Commits for Apache::Reload release...

2007-12-21 Thread Fred Moyer
Can be found here: http://marc.info/?l=apache-modperl-cvs&m=119825419505857&w=2 http://marc.info/?l=apache-modperl-cvs&m=119825393105331&w=2 If you have a second (or a few) please take a look. I'll be rolling a release candidate in the next couple of days. Thanks! - Fred --

mp1 needs release for 5.10

2007-12-21 Thread Geoffrey Young
hi :) according to this http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2007-12/msg00278.html mp1 (from cpan) will require a patch to work with 5.10. the good news is that, despite our collective lack of tuits, steve has already committed the patch, so all we need to do is release. so,