Branch: refs/heads/yves/fix_define_tab
Home: https://github.com/Perl/perl5
Commit: e7e2bec6281572a1da0a1c045d22c4ec1faf3c43
https://github.com/Perl/perl5/commit/e7e2bec6281572a1da0a1c045d22c4ec1faf3c43
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/Dir.pm
M dist/IO/lib/IO/File.pm
M dist/IO/lib/IO/Handle.pm
M dist/IO/lib/IO/Pipe.pm
M dist/IO/lib/IO/Poll.pm
M dist/IO/lib/IO/Seekable.pm
M dist/IO/lib/IO/Select.pm
M dist/IO/lib/IO/Socket.pm
M dist/IO/lib/IO/Socket/INET.pm
M dist/IO/lib/IO/Socket/UNIX.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.50 and added a ChangeLog entry. The last
release on CPAN is v1.48 when all the versions where synchronized. At
least part of this version bump is to satisfy t/porting/cmp_version.t