Branch: refs/heads/yves/fix_define_tab
Home: https://github.com/Perl/perl5
Commit: 09fe9a534199793e90e0b5a20258503f0d58f6a8
https://github.com/Perl/perl5/commit/09fe9a534199793e90e0b5a20258503f0d58f6a8
Author: Yves Orton <[email protected]>
Date: 2022-03-12 (Sat, 12 Mar 2022)
Changed paths:
M Configure
M Porting/config_h.pl
M config_h.SH
Log Message:
-----------
Replace "define\t" with "define " in Configure/metaconfig related files
This is broken out so it is easier for Tux to find and merge with
metaconfig.
Commit: 79597dd7e1186d55567acbbe4b0544b7845c8731
https://github.com/Perl/perl5/commit/79597dd7e1186d55567acbbe4b0544b7845c8731
Author: Yves Orton <[email protected]>
Date: 2022-03-12 (Sat, 12 Mar 2022)
Changed paths:
M dist/IO/ChangeLog
M dist/IO/IO.pm
M dist/IO/lib/IO/File.pm
M dist/IO/lib/IO/Handle.pm
M dist/IO/lib/IO/Seekable.pm
M dist/IO/lib/IO/Select.pm
M dist/IO/poll.h
Log Message:
-----------
dist/IO: replace "define\t" with "define ", sync versions, update ChangeLog
This cleans up the defines in dist/IO/poll.h.
At the same time I noticed that the version data in the different
modules in dist/IO varied from v1.48 to v1.49, which is a bit confusing.
The version for the dist comes from IO/IO.pm which was marked v1.49, but
this version was not mentioned in the Changelog. So I bumped the version
in all of the files to v1.49 and added a ChangeLog entry. The last
release on CPAN is v1.48 when all the versions where synchronized.
Compare: https://github.com/Perl/perl5/compare/15ce4e6e3e86...79597dd7e118