SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Pod-Xhtml rpm build for : openSUSE Tumbleweed. For other distributions click perl-Pod-Xhtml.

Name : perl-Pod-Xhtml
Version : 1.610.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.4 Date : 2020-11-28 13:43:33
Group : Unspecified Source RPM : perl-Pod-Xhtml-1.610.0-1.4.src.rpm
Size : 0.06 MB
Packager : (none)
Summary : Generate well-formed XHTML documents from POD format documentation
Description :
* new Pod::Xhtml( [ OPTIONS ] )

Create a new object. Optionally pass in some options in the form \'\'new
Pod::Xhtml( StringMode => 1);\'\'

* $parser->parse_from_file( INPUTFILE, [OUTPUTFILE] )

Read POD from the input file, output to the output file (or STDOUT if no
file is given). See Pod::Parser docs for more. Note that you can parse
multiple files with the same object. All your options will be preserved, as
will any text you added with the add*Text methods.

* $parser->parse_from_filehandle( [INPUTFILEHANDLE, [OUTPUTFILEHANDLE]] )

Read POD from the input filehandle, output to the output filehandle
(STDIN/STDOUT if no filehandle(s) given). See Pod::Parser docs for more.
Note that you can parse multiple files with the same object. All your
options will be preserved, as will any text you added with the add*Text
methods.

* $parser->asString

Get the XHTML as a scalar. You\'ll probably want to use this with the
StringMode option.

* $parser->asStringRef

As above, but you get a reference to the string, not the string itself.

* $parser->addHeadText( $text )

Inserts some text just before the closing head tag. For example you can add
a link to a stylesheet. May be called many times to add lots of text. Note:
you need to call this some time *before* any output is done, e.g. straight
after new(). Make sure that you only insert valid XHTML fragments.

* $parser->addBodyOpenText( $text ) / $parser->addBodyCloseText( $text )

Inserts some text right at the beginning (or ending) of the body element.
For example you can add a navigation header and footer. May be called many
times to add lots of text. Note: you need to call this some time *before*
any output is done, e.g. straight after new(). Make sure that you only
insert valid XHTML fragments.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Tumbleweed/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Pod-Xhtml-1.610.0-1.4.noarch.rpm
     

Provides :
perl(Pod::Hyperlink::BounceURL)
perl(Pod::Xhtml)
perl-Pod-Xhtml

Requires :
/usr/bin/perl
perl(:MODULE_COMPAT_5.40.0)
perl(Pod::ParseUtils)
perl(Pod::Parser)
perl(Test::Assertions::TestScript)
perl(URI::Escape)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/bin/pod2xhtml
/usr/lib/perl5/vendor_perl/5.40.0/Pod
/usr/lib/perl5/vendor_perl/5.40.0/Pod/Hyperlink
/usr/lib/perl5/vendor_perl/5.40.0/Pod/Hyperlink/BounceURL.pm
/usr/lib/perl5/vendor_perl/5.40.0/Pod/Xhtml.pm
/usr/share/doc/packages/perl-Pod-Xhtml
/usr/share/doc/packages/perl-Pod-Xhtml/Changes
/usr/share/doc/packages/perl-Pod-Xhtml/README
/usr/share/licenses/perl-Pod-Xhtml
/usr/share/licenses/perl-Pod-Xhtml/COPYING
/usr/share/man/man1/pod2xhtml.1.gz
/usr/share/man/man3/Pod::Hyperlink::BounceURL.3pm.gz
/usr/share/man/man3/Pod::Xhtml.3pm.gz

 
ICM