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 warnings (numeric)' a bit safer than manipulating $VERSION? --Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
