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
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
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
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
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