[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: remove commented-out use Archive::Zip
From: |
Gavin D. Smith |
Subject: |
branch master updated: remove commented-out use Archive::Zip |
Date: |
Sun, 07 Aug 2022 15:13:00 -0400 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 14d5f70c0e remove commented-out use Archive::Zip
14d5f70c0e is described below
commit 14d5f70c0ed80d612524ca3e87def86aa3edcd80
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Aug 7 20:12:51 2022 +0100
remove commented-out use Archive::Zip
---
tp/ext/epub3.pm | 4 ----
1 file changed, 4 deletions(-)
diff --git a/tp/ext/epub3.pm b/tp/ext/epub3.pm
index 2f6767a17d..a27f6de5eb 100644
--- a/tp/ext/epub3.pm
+++ b/tp/ext/epub3.pm
@@ -69,10 +69,6 @@ use File::Basename;
use Encode qw(decode);
-# the Archive::Zip module is required below only if needed, that is
-# if EPUB_CREATE_CONTAINER_FILE is set.
-#use Archive::Zip;
-
# also for __(
use Texinfo::Common;
use Texinfo::Convert::Utils;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: remove commented-out use Archive::Zip,
Gavin D. Smith <=