- Update to 1.04 - PREFIX-clean under perl 5.005_03 Generated with FreeBSD Port Tools 0.50
+-Le 24/01/2004 16:18 +0100, Lars Thegler écrivait : | | .if ${PERL_LEVEL} < 500601 | +# make PREFIX-clean under perl 5.005_03 As it's often said, when the comment and the code don't agree... Did you mean 500600 or perl before 5.6.1 (that is 5.6.0 and 5.005_03) ? -- Mathieu Arnold
State Changed From-To: open->closed Committed, thanks!
Mathieu Arnold wrote: > | .if ${PERL_LEVEL} < 500601 > | +# make PREFIX-clean under perl 5.005_03 > > As it's often said, when the comment and the code don't agree... > Did you mean 500600 or perl before 5.6.1 (that is 5.6.0 and 5.005_03) ? Good question. In my mind, there are at any one time only three differnt versions of perl: 1) The base perl in FreeBSD 4.x (currently 500503) 2) The port lang/perl5 (currently 500601) 3) The port lang/perl5.8 (currently 500802) I'm not entirely sure at what version of ExtUtils::MakeMaker the PREFIX problem got solved in, but I do know that the version distributed with 1) is broken, and the versions distributed with 2) and 3) are not. But I do agree with your point - the comments and the code should agree. Patch incoming :) /Lars
+-le 25/01/04 13:32 +0100, Lars Thegler =E9crivait : | Mathieu Arnold wrote: |> | .if ${PERL_LEVEL} < 500601 |> | +# make PREFIX-clean under perl 5.005_03 |>=20 |> As it's often said, when the comment and the code don't agree... |> Did you mean 500600 or perl before 5.6.1 (that is 5.6.0 and 5.005_03) ? |=20 | Good question. In my mind, there are at any one time only three different | versions of perl: |=20 | 1) The base perl in FreeBSD 4.x (currently 500503) | 2) The port lang/perl5 (currently 500601) | 3) The port lang/perl5.8 (currently 500802) That's in ports, but how can you know that everyone has always updated their perl to the latest port version :) keeping 5.6 would be silly, but keeping 5.8 instead of upgrading to 5.8.2 is not that bad. --=20 Mathieu Arnold