From: Mike S. <log...@pe...> - 2003-05-14 01:42:42
|
On Tue, 13 May 2003, Mathieu Arnold wrote: > Well, you'd rather do it for every perl version. If you really want to do > it this way, no need to let MakeMaker do it afterwards. If 5.8.0 isn't broken, we shouldn't fix it, reason for this is that later versions might behave differently (like the MAN3PODS param could be broken) and it comforts me to know that I'm not breaking anything by fixing something that actually works :) > btw, perl 5.6.1 does not do it right, and it's version string is 5.006001, > only 5.8.0 does it right. Good point, I've changed the conditional to check for < 5.8.0. Checked in. Thanks for your help! -- Mike Mike Schilli log...@pe... http://perlmeister.com http://log4perl.sourceforge.net |