Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 589af9a6b2f32b4ea3e2424226eb56bc497e4e7f
https://github.com/Perl/perl5/commit/589af9a6b2f32b4ea3e2424226eb56bc497e4e7f
Author: James E Keenan <[email protected]>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M MANIFEST
M Porting/Maintainers.pl
M cpan/Archive-Tar/lib/Archive/Tar.pm
M cpan/Archive-Tar/lib/Archive/Tar/Constant.pm
M cpan/Archive-Tar/lib/Archive/Tar/File.pm
M cpan/Archive-Tar/t/02_methods.t
M cpan/Archive-Tar/t/04_resolved_issues.t
M cpan/Archive-Tar/t/09_roundtrip.t
R cpan/Archive-Tar/t/90_symlink.t
A cpan/Archive-Tar/t/src/long/prefix-directory-concat.tar
Log Message:
-----------
cpan/Archive-Tar - Update to version 3.02
3.02 13/04/2023 (Manfred Stock)
- Test block sizes up to (2**31 - 1) bytes only (fix for 32bit perls)
- Don't match on message from exception in symlink test
- Improve formatting of $Archive::Tar::RESOLVE_SYMLINK documentation
Commit: 54f925e1d05ec5ccff2d0d1c62e34c5c1d6a0897
https://github.com/Perl/perl5/commit/54f925e1d05ec5ccff2d0d1c62e34c5c1d6a0897
Author: James E Keenan <[email protected]>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M Porting/Maintainers.pl
M cpan/Archive-Tar/lib/Archive/Tar.pm
M cpan/Archive-Tar/lib/Archive/Tar/Constant.pm
M cpan/Archive-Tar/lib/Archive/Tar/File.pm
Log Message:
-----------
Patching Archive-Tar 3.02
To indicate that we are including a patched version of Archive-Tar-3.02
in core, we increment $VERSION in its *.pm files and in %Modules within
Porting/Maintainers.pl.
We're excluding t/90_symlink.t from shipping with core until such time
as (a) we know whether its unit tests are for "developers" only or for
general automated testing; and (b) we get a better 'skip_all' condition.
Fixes GH #21402
Compare: https://github.com/Perl/perl5/compare/973d1d344ff6...54f925e1d05e