Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c2cb8f95a03c311972b110fc1fb6029c46446cad https://github.com/Perl/perl5/commit/c2cb8f95a03c311972b110fc1fb6029c46446cad Author: James E Keenan <jkee...@cpan.org> Date: 2024-08-12 (Mon, 12 Aug 2024)
Changed paths: M dist/Storable/t/lib/STTestLib.pm M dist/Storable/t/malice.t Log Message: ----------- Don't retain 'storable-testfile-*' after completion of testing When run in Perl core, make test was leaving 109 files in /tmp. The two changes in this patch cleaned up 103 and 6 files, respectively. Account for test failure on Windows. The 'unlink' statement at line 284 in blead dates from 2002 and was not altered during recent refactoring of Storable. CI testing suggests it is now superflous and can be removed without causing test failures on Linux or Windows. For: GH #22502 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications