Re: MP2 + Bleedperl broken

2006-01-10 Thread Stas Bekman
Philip M. Gollucci wrote: Stas Bekman wrote: Philip M. Gollucci wrote: Stas, I'm 99% sure this is a FreeBSD specific problem. I can not duplicate this on Fedora Core 2/3 I guess the next step is to try and reproduce it in a small program and hand it to p5p? Thats what this was: cat

Re: MP2 + Bleedperl broken

2006-01-10 Thread Philip M. Gollucci
Stas Bekman wrote: Philip M. Gollucci wrote: Stas, I'm 99% sure this is a FreeBSD specific problem. I can not duplicate this on Fedora Core 2/3 I guess the next step is to try and reproduce it in a small program and hand it to p5p? Thats what this was: cat src/modules/perl/test.c #incl

Re: MP2 + Bleedperl broken

2006-01-10 Thread Stas Bekman
Philip M. Gollucci wrote: Stas, I'm 99% sure this is a FreeBSD specific problem. I can not duplicate this on Fedora Core 2/3 I guess the next step is to try and reproduce it in a small program and hand it to p5p? -- _ Stas Bekman m

Re: svn commit: r367475 - /perl/modperl/trunk/lib/ModPerl/BuildMM.pm

2006-01-10 Thread Stas Bekman
Geoffrey Young wrote: Philip M. Gollucci wrote: Does this warrant a Changes entry ? I wouldn' think so my $mm_ver = $ExtUtils::MakeMaker::VERSION; +$mm_ver =~ s/_.*//; # handle dev versions like 6.30_01 my $pm_to_blib = ($mm_ver >= 6.22 && $mm_ver <= 6.25) isn't 'no warnin

Re: svn commit: r367475 - /perl/modperl/trunk/lib/ModPerl/BuildMM.pm

2006-01-10 Thread Geoffrey Young
my $mm_ver = $ExtUtils::MakeMaker::VERSION; +$mm_ver =~ s/_.*//; # handle dev versions like 6.30_01 my $pm_to_blib = ($mm_ver >= 6.22 && $mm_ver <= 6.25) > > Could be... Apache2::Status also does the regex should we swap both ? if they're both doing it then I gue