Skip Menu |

This queue is for tickets about the Archive-Tar CPAN distribution.

Report information
The Basics
Id: 49768
Status: resolved
Worked: 15 min
Priority: 0/
Queue: Archive-Tar

People
Owner: BINGOS [...] cpan.org
Requestors: leon [...] astray.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.54
Fixed in: (no value)



Subject: URL in comment to update
Hello, I'm trying to update various URLs in the Perl source code. Here's a quick patch. Thanks! Leon
Subject: archive_tar_uri_fix.diff
diff --git a/ext/Archive-Tar/lib/Archive/Tar.pm b/ext/Archive-Tar/lib/Archive/Tar.pm index 006edbd..b71967a 100644 --- a/ext/Archive-Tar/lib/Archive/Tar.pm +++ b/ext/Archive-Tar/lib/Archive/Tar.pm @@ -369,7 +369,7 @@ sub _read_tar { } ### ignore labels: - ### http://www.gnu.org/manual/tar/html_node/tar_139.html + ### http://www.gnu.org/software/tar/manual/html_chapter/Media.html#SEC159 next if $entry->is_label; if( length $entry->type and ($entry->is_file || $entry->is_longlink) ) {
Thanks patch applied to svn.