[Perl/perl5] 67fb94: bump IO::* version to 1.55
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 67fb94147230f64d50ec68621d642aeaf4209611 https://github.com/Perl/perl5/commit/67fb94147230f64d50ec68621d642aeaf4209611 Author: Lukas Mai Date: 2023-11-24 (Fri, 24 Nov 2023) Changed paths: 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 Log Message: --- bump IO::* version to 1.55
[Perl/perl5] 2e59d4: [doc] `Select.pm`: Scope Examples
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 2e59d4b0c739c78ab756a19f272f777b1ab9fcd7 https://github.com/Perl/perl5/commit/2e59d4b0c739c78ab756a19f272f777b1ab9fcd7 Author: Elvin Aslanov Date: 2023-11-24 (Fri, 24 Nov 2023) Changed paths: M dist/IO/lib/IO/Select.pm Log Message: --- [doc] `Select.pm`: Scope Examples By adding `my` where appropriate
[Perl/perl5] 749696: `Deparse.t`: Fix `new` indirect syntax
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 74969602a5ca80e1a931969571846333e25345b4 https://github.com/Perl/perl5/commit/74969602a5ca80e1a931969571846333e25345b4 Author: Elvin Aslanov Date: 2023-11-24 (Fri, 24 Nov 2023) Changed paths: M lib/B/Deparse.t Log Message: --- `Deparse.t`: Fix `new` indirect syntax In two places