summaryrefslogtreecommitdiffstats
path: root/man/po4a/Locale
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:38:57 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:38:57 +0000
commitf5b6b735a731901f09d7f3cc153c1d869269ee83 (patch)
tree565a1b0f3c6a4094a5f2198879fb239053549f1e /man/po4a/Locale
parentAdding upstream version 2.12.0. (diff)
downloadman-db-f5b6b735a731901f09d7f3cc153c1d869269ee83.tar.xz
man-db-f5b6b735a731901f09d7f3cc153c1d869269ee83.zip
Adding upstream version 2.12.1.upstream/2.12.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/po4a/Locale')
-rw-r--r--man/po4a/Locale/Po4a/Manext.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/po4a/Locale/Po4a/Manext.pm b/man/po4a/Locale/Po4a/Manext.pm
index bc939cf..c1b9395 100644
--- a/man/po4a/Locale/Po4a/Manext.pm
+++ b/man/po4a/Locale/Po4a/Manext.pm
@@ -62,6 +62,7 @@ sub initialize {
$self->{manext_shift_tbl_lines} = [];
$self->{manext_push_tbl_state} = 0;
$self->{manext_push_tbl_line} = '';
+ return;
}
sub _parse_version {
@@ -156,11 +157,11 @@ sub pushline {
}
$self->SUPER::pushline($line);
+ return;
}
sub translate {
- my ($self, $str, $ref, $type) = (shift, shift, shift, shift);
- my %options = @_;
+ my ($self, $str, $ref, $type, %options) = @_;
if (defined $type and $type eq 'tbl table') {
if (_parse_version($Locale::Po4a::TransTractor::VERSION) < 'v0.47') {