Closed jkeenan closed 1 year ago
Thanks for the very thorough review! Yes, please do send me any changes in Perl core that are lingering. I will happily include them in the next release and cut a new release quickly to ease the reconciliation process.
In this case, these markings are intentional. They're unrelated to version control software; they're "leave this formatting alone" markers for perltidy. See https://metacpan.org/dist/Perl-Tidy/view/bin/perltidy#Skipping-Selected-Sections-of-Code
Thanks for the very thorough review! Yes, please do send me any changes in Perl core that are lingering. I will happily include them in the next release and cut a new release quickly to ease the reconciliation process.
In this case, these markings are intentional. They're unrelated to version control software; they're "leave this formatting alone" markers for perltidy. See https://metacpan.org/dist/Perl-Tidy/view/bin/perltidy#Skipping-Selected-Sections-of-Code
So, you're saying that there's no harm in including them in the version of t/general/basic.t
that gets shipped with Perl core -- correct?
Yes, correct. They're just comments to Perl.
Today I began to synchronize the Perl core distribution with the most recent CPAN release of the podlators distribution.
In the most recent Perl production release, certain podlators test files were customized, i.e., had been modified from the corresponding test files in previous CPAN versions. So part of the "sync-with-cpan" process is to decide which customizations should be retained and which should be removed in favor of the most recent CPAN versions. Other things being equal, we'd prefer not to customize any files in the core.
I did a
vimdiff
comparison on the core and CPAN versions oft/general/basic.t
and noticed what I suspect are commented-out version control markings in that file in https://cpan.metacpan.org/authors/id/R/RR/RRA/podlators-5.00.tar.gz.Assuming that these are indeed just left-over version control marks, could you remove them and issue a new CPAN release (which I would then synch into Perl 5 blead)?
Thank you very much. Jim Keenan