Skip to content

Commit d8f8b81

Browse files
committed
cpan/Archive-Tar - Re-Update to version 3.04
3.04 25/02/2025 (Dan Church, Arne Johannessen && SISYPHUS) - Fix handling filenames with trailing whitespace - Allow --format=ustar option for ptar - GH#21402 Symlink tests on Windows 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
1 parent 72c0b8b commit d8f8b81

File tree

3 files changed

+3
-84
lines changed

3 files changed

+3
-84
lines changed

MANIFEST

-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ cpan/Archive-Tar/t/06_error.t Archive::Tar tests
234234
cpan/Archive-Tar/t/08_ptargrep.t Test file related to Archive::Tar
235235
cpan/Archive-Tar/t/09_roundtrip.t Test file related to Archive::Tar
236236
cpan/Archive-Tar/t/10_ptar.t Archive-Tar
237-
cpan/Archive-Tar/t/90_symlink.t Archive-Tar
238237
cpan/Archive-Tar/t/99_pod.t Archive::Tar tests
239238
cpan/Archive-Tar/t/src/header/signed.tar Archive::Tar tests
240239
cpan/Archive-Tar/t/src/linktest/linktest_missing_dir.tar Archive::Tar tests

Porting/Maintainers.pl

+3-1
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,14 @@ package Maintainers;
130130

131131
'Archive::Tar' => {
132132
'DISTRIBUTION' => 'BINGOS/Archive-Tar-3.04.tar.gz',
133-
'SYNCINFO' => 'mauke on Wed Mar 19 06:05:25 2025',
133+
'SYNCINFO' => 'mauke on Wed Mar 19 08:01:30 2025',
134134
'FILES' => q[cpan/Archive-Tar],
135135
'BUGS' => '[email protected]',
136136
'EXCLUDED' => [
137+
# t/90_symlink.t is still failing on Windows
137138
qw(
138139
t/07_ptardiff.t
140+
t/90_symlink.t
139141
t/src/long/foo.txz
140142
t/src/short/foo.txz
141143
)

cpan/Archive-Tar/t/90_symlink.t

-82
This file was deleted.

0 commit comments

Comments
 (0)