texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Patrice Dumas
Date: Sat, 26 Feb 2022 10:58:47 -0500 (EST)

branch: master
commit e5e643a58440687f1740e9ea38a166d1d35380cf
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Feb 26 16:58:04 2022 +0100

    tp/init/epub3.pm: access through $self->get_info('document_name')
---
 tp/init/epub3.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tp/init/epub3.pm b/tp/init/epub3.pm
index 75132367b2..359d4ffca7 100644
--- a/tp/init/epub3.pm
+++ b/tp/init/epub3.pm
@@ -358,7 +358,7 @@ sub epub_finish($$)
                   $container_file, $!));
     return 0;
   }
-  my $document_name = $self->{'document_name'};
+  my $document_name = $self->get_info('document_name');
   my $opf_filename = $document_name . '.opf';
   print $container_fh <<EOT;
 <?xml version="1.0"?>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]