.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man v6.0.2 (Pod::Simple 3.45) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" .\" Required to disable full justification in groff 1.23.0. .if n .ds AD l .\" ======================================================================== .\" .IX Title "Locale::Messages::Debug 3" .TH Locale::Messages::Debug 3 2026-03-10 "perl v5.42.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME Locale::Messages::Debug \- Debug libint\-perl Features .SH SYNOPSIS .IX Header "SYNOPSIS" .Vb 1 \& use Locale::Messages::Debug; .Ve .SH DESCRIPTION .IX Header "DESCRIPTION" Message translation with libintl\-perl relies on a correct setup and to a certain extent on features of the operating system. There are many things that can go wrong. This module aims to help you, when problems occur. It is not meant to be used in production code! .PP The module was introduced with libintl\-perl version 1.30. .SH FUNCTIONS .IX Header "FUNCTIONS" The module exports by default nothing. Every function has to be imported explicitely. .IP "\fBdebug_gettext MSGID\fR" 4 .IX Item "debug_gettext MSGID" Tries to retrieve a translation for \fBMSGID\fR. .Sp The function returns a list of hints in string form or the same list as one new\-line separated string in scalar context; .Sp Example: .Sp .Vb 4 \& my @hints = debug_gettext "Hello, world!"; \& foreach my $hint (@hints) { \& print "hint\en"; \& } .Ve .SH AUTHOR .IX Header "AUTHOR" Copyright (C) 2002\-2026 Guido Flohr (), all rights reserved. See the source code for details!code for details! .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBLocale::Messages\fR\|(3pm), \fBLocale::TextDomain\fR\|(3pm), \fBLocale::gettext_pp\fR\|(3pm), \&\fBEncode\fR\|(3pm), \fBperllocale\fR\|(3pm), \fBPOSIX\fR\|(3pm), \fBperl\fR\|(1), \fBgettext\fR\|(1), \fBgettext\fR\|(3) .SH "POD ERRORS" .IX Header "POD ERRORS" Hey! \fBThe above document had some coding errors, which are explained below:\fR .IP "Around line 187:" 4 .IX Item "Around line 187:" You forgot a \*(Aq=back\*(Aq before \*(Aq=head1\*(Aq