Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 4b7eff31fe162cee932440362b8d110ebc6f4377
https://github.com/Perl/perl5/commit/4b7eff31fe162cee932440362b8d110ebc6f4377
Author: Aaron Dill <[email protected]>
Date: 2024-07-16 (Tue, 16 Jul 2024)
Changed paths:
M AUTHORS
M dist/PathTools/Cwd.pm
M dist/PathTools/lib/File/Spec.pm
M dist/PathTools/lib/File/Spec/AmigaOS.pm
M dist/PathTools/lib/File/Spec/Cygwin.pm
M dist/PathTools/lib/File/Spec/Epoc.pm
M dist/PathTools/lib/File/Spec/Functions.pm
M dist/PathTools/lib/File/Spec/Mac.pm
M dist/PathTools/lib/File/Spec/OS2.pm
M dist/PathTools/lib/File/Spec/Unix.pm
M dist/PathTools/lib/File/Spec/VMS.pm
M dist/PathTools/lib/File/Spec/Win32.pm
M dist/PathTools/t/Spec.t
Log Message:
-----------
File::Spec::Unix->path(): Keep trailing empty PATH elements
Fixes #22346 by ensuring that trailing PATH elements are maintained *on
Unix*
Commit: 9d1d951ba93af016e2d2da4ba4477fc44b3b5498
https://github.com/Perl/perl5/commit/9d1d951ba93af016e2d2da4ba4477fc44b3b5498
Author: Aaron Dill <[email protected]>
Date: 2024-07-16 (Tue, 16 Jul 2024)
Changed paths:
M dist/PathTools/lib/File/Spec/OS2.pm
M dist/PathTools/t/Spec.t
Log Message:
-----------
File::Spec::OS2->path(): Keep trailing empty PATH elements
keeps empty trailing PATH segments on OS2.
I'm unsure of the OS2 semantics regarding PATH, so this is in a seperate
commit in case it needs to be reverted.
Compare: https://github.com/Perl/perl5/compare/9ade21367526...9d1d951ba93a
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications