.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" 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 .\" ======================================================================== .\" .IX Title "LOCALE::PO4A::POD.3PM 1" .TH LOCALE::PO4A::POD.3PM 1 2024-06-26 "perl v5.38.2" "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 NOMBRE .IX Header "NOMBRE" Locale::Po4a::Pod \- Convierte datos POD desde/a ficheros PO .SH SINOPSIS .IX Header "SINOPSIS" .Vb 2 \& use Locale::Po4a::Pod; \& my $parser = Locale::Po4a::Pod\->new(); \& \& # Lee el POD por la entrada estándar y escribe por la salida estándar. \& $parser\->parse_from_filehandle; \& \& # Lee POD desde «fichero.pod» y escribe en «fichero.txt». \& $parser\->parse_from_file (\*(Aqfichero.pod\*(Aq, \*(Aqfichero.txt\*(Aq); .Ve .SH DESCRIPCIÓN .IX Header "DESCRIPCIÓN" Locale::Po4a::Pod es un módulo que asiste en la traducción de documentación en formato POD (el lenguaje preferido para documentar Perl) a otros lenguajes (humanos). .SH "ESTADO DE ESTE MODULO" .IX Header "ESTADO DE ESTE MODULO" Opino que este módulo es muy estable, y sólo hay un fallo conocido con \fI/usr/lib/perl5/Tk/MainWindow.pod\fR (y algunas otras páginas, consulte más abajo) que contiene: .PP .Vb 1 \& C<" #n"> .Ve .PP Mala suerte, en la versión de po4a esto se separó en el espacio debido al justificado. Como resultado, en la versión original la página del manual contiene: .PP .Vb 1 \& " #n" .Ve .PP y el mio contiene: .PP .Vb 1 \& "" #n"" .Ve .PP lo cual es lógico ya que C se reescribe como "foobar". .PP Lista completa de páginas que tienen este problema en mi caja (de 564 páginas; tenga en cuenta que depende de la columna de envoltura elegida): .PP .Vb 8 \& /usr/lib/perl5/Tk/MainWindow.pod \& /usr/share/perl/5.8.0/overload.pod \& /usr/share/perl/5.8.0/pod/perlapi.pod \& /usr/share/perl/5.8.0/pod/perldelta.pod \& /usr/share/perl/5.8.0/pod/perlfaq5.pod \& /usr/share/perl/5.8.0/pod/perlpod.pod \& /usr/share/perl/5.8.0/pod/perlre.pod \& /usr/share/perl/5.8.0/pod/perlretut.pod .Ve .SH "FUNCIONAMIENTO INTERNO" .IX Header "FUNCIONAMIENTO INTERNO" Como clase derivada de Pod::Parser, Locale::Po4a::Pod es compatible con los mismos métodos e interfaces. Consulte Pod::Parser para más detalles; brevemente, uno crea un nuevo analizador con \f(CW\*(C`Locale::Po4a::Pod\->new()\*(C'\fR y luego invoca «\fBparse_from_filehandle()\fR» o bien «\fBparse_from_file()\fR». .SH "VÉASE TAMBIÉN" .IX Header "VÉASE TAMBIÉN" Pod::Parser, \fBLocale::Po4a::Man\fR\|(3pm), \fBLocale::Po4a::TransTractor\fR\|(3pm), \fBpo4a\fR\|(7) .SH AUTORES .IX Header "AUTORES" .Vb 2 \& Denis Barbier \& Martin Quinson (mquinson#debian.org) .Ve .SH TRADUCCION .IX Header "TRADUCCION" .Vb 2 \& Jordi Vilalta \& Omar Campagne .Ve .SH "DERECHO DE COPIA Y LICENCIA" .IX Header "DERECHO DE COPIA Y LICENCIA" Copyright © 2002 SPI, Inc. .PP Este programa es software libre; puede redistribuirlo y/o modificarlo bajo los términos de la GPL v2.0 o posterior (consulte el archivo COPYING).