summaryrefslogtreecommitdiffstats
path: root/man/po4a/Locale/Po4a
diff options
context:
space:
mode:
Diffstat (limited to 'man/po4a/Locale/Po4a')
-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') {