SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Text-Quoted rpm build for : openSUSE Tumbleweed. For other distributions click perl-Text-Quoted.

Name : perl-Text-Quoted
Version : 2.100.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.4 Date : 2018-07-27 08:03:10
Group : Unspecified Source RPM : perl-Text-Quoted-2.100.0-1.4.src.rpm
Size : 0.01 MB
Packager : (none)
Summary : Extract the structure of a quoted mail message
Description :
\'Text::Quoted\' examines the structure of some text which may contain
multiple different levels of quoting, and turns the text into a nested data
structure.

The structure is an array reference containing hash references for each
paragraph belonging to the same author. Each level of quoting recursively
adds another list reference. So for instance, this:

> foo
> # Bar
> baz

quux

turns into:

[
[
{ text => \'foo\', quoter => \'>\', raw => \'> foo\' },
[
{ text => \'Bar\', quoter => \'> #\', raw => \'> # Bar\' }
],
{ text => \'baz\', quoter => \'>\', raw => \'> baz\' }
],

{ empty => 1 },
{ text => \'quux\', quoter => \'\', raw => \'quux\' }
];

This also tells you about what\'s in the hash references: \'raw\' is the
paragraph of text as it appeared in the original input; \'text\' is what it
looked like when we stripped off the quotation characters, and \'quoter\' is
the quotation string.

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-Text-Quoted-2.100.0-1.4.noarch.rpm
     

Provides :
perl(Text::Quoted)
perl-Text-Quoted

Requires :
perl(:MODULE_COMPAT_5.40.0)
perl(Text::Autoformat)
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/lib/perl5/vendor_perl/5.40.0/Text
/usr/lib/perl5/vendor_perl/5.40.0/Text/Quoted.pm
/usr/share/doc/packages/perl-Text-Quoted
/usr/share/doc/packages/perl-Text-Quoted/Changes
/usr/share/doc/packages/perl-Text-Quoted/README
/usr/share/man/man3/Text::Quoted.3pm.gz

 
ICM