On Mon, Jul 27, 2009 at 10:33 PM, John Peacock<john.peacock@havurah-software.org> wrote: > On 7/27/09 3:37 PM, Dave Mitchell wrote: >> >> Is it intended that the version.pm file shipped with 5.10.1 (that >> identifies itself as 0.77), should differ considerably from the file >> version.pm obtained from the version-0.77.tar.gz file on CPAN? >> >> > > Yes, the bleadperl/5.10.1 version.pm does not need all of that eval{} > nonsense, because we "know" that the XS code will always work (since it is > compiled into Perl itself). OK, so let's not change it NOW, but SOON, could we wrap all that in "if ( $] < 5.009XXX )" so that the files can be identical? It would really be good to make blead patching as nearly automatic as possible -- and without any more file munging than we have to. Plus -- since we now have tools that compare dual-life versions in blead and on CPAN, version.pm is always going to be flagged. -- DavidThread Previous | Thread Next