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) ) {