Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c7367023a5502d14f4af78ffa983312da2e36843 https://github.com/Perl/perl5/commit/c7367023a5502d14f4af78ffa983312da2e36843 Author: Craig A. Berry <craigbe...@mac.com> Date: 2024-08-17 (Sat, 17 Aug 2024)
Changed paths: M t/op/split.t Log Message: ----------- split.t vs. VMS: be more forgiving about newlines Debug output is the same on VMS as everywhere else, but when written through a pipe (such as fresh_perl does) each write causes another newline. The path of least resistance is to just allow those newlines when testing output as the other content is unchanged. Commit: 7f0c27c3f2450d3b153db87d6cec3fa6fb5e4afb https://github.com/Perl/perl5/commit/7f0c27c3f2450d3b153db87d6cec3fa6fb5e4afb Author: Craig A. Berry <craigbe...@mac.com> Date: 2024-08-17 (Sat, 17 Aug 2024) Changed paths: M lib/FileHandle.t Log Message: ----------- FileHandle.t vs. VMS: empty filenames legal Trying to ensure you can't create a file with a zero-length name doesn't work out so well when you can can create such a file, so skip that test. It's the equivalent of: $ create sys$disk:[]. ^Z $ dir/since . Directory DSA0:[blead.t] .;1 Total of 1 file. Compare: https://github.com/Perl/perl5/compare/b52ac0882220...7f0c27c3f245 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications