SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Text-TabularDisplay rpm build for : OpenSuSE. For other distributions click perl-Text-TabularDisplay.

Name : perl-Text-TabularDisplay
Version : 1.38 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp156.1.1 Date : 2024-07-03 19:13:39
Group : Development/Libraries/Perl Source RPM : perl-Text-TabularDisplay-1.38-lp156.1.1.src.rpm
Size : 0.05 MB
Packager : https://www_suse_com/
Summary : Display text in formatted table output
Description :
Text::TabularDisplay simplifies displaying textual data in a table. The
output is identical to the columnar display of query results in the mysql
text monitor. For example, this data:

1, \"Tom Jones\", \"(666) 555-1212\"
2, \"Barnaby Jones\", \"(666) 555-1213\"
3, \"Bridget Jones\", \"(666) 555-1214\"

Used like so:

my $t = Text::TabularDisplay->new(qw(id name phone));
$t->add(1, \"Tom Jones\", \"(666) 555-1212\");
$t->add(2, \"Barnaby Jones\", \"(666) 555-1213\");
$t->add(3, \"Bridget Jones\", \"(666) 555-1214\");
print $t->render;

Produces:

+----+---------------+----------------+
| id | name | phone |
+----+---------------+----------------+
| 1 | Tom Jones | (666) 555-1212 |
| 2 | Barnaby Jones | (666) 555-1213 |
| 3 | Bridget Jones | (666) 555-1214 |
+----+---------------+----------------+

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

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Text-TabularDisplay-1.38-lp156.1.1.noarch.rpm
     

Provides :
perl(Text::TabularDisplay)
perl-Text-TabularDisplay

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Text
/usr/lib/perl5/vendor_perl/5.26.1/Text/TabularDisplay.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Text-TabularDisplay
/usr/share/doc/packages/perl-Text-TabularDisplay/README
/usr/share/doc/packages/perl-Text-TabularDisplay/examples
/usr/share/doc/packages/perl-Text-TabularDisplay/examples/aliases
/usr/share/doc/packages/perl-Text-TabularDisplay/examples/dump-passwd.pl
/usr/share/doc/packages/perl-Text-TabularDisplay/examples/mysql.pl
/usr/share/doc/packages/perl-Text-TabularDisplay/examples/tdisplay
/usr/share/licenses/perl-Text-TabularDisplay
/usr/share/licenses/perl-Text-TabularDisplay/COPYING
/usr/share/man/man3/Text::TabularDisplay.3pm.gz

 
ICM