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/home:so_it_team
Release : 9.1 Date : 2018-08-14 13:29:01
Group : Development/Libraries/Perl Source RPM : perl-Text-TabularDisplay-1.38-9.1.src.rpm
Size : 0.05 MB
Packager : (none)
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/home:/so_it_team:/12.x/SLE_12_SP3/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

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

Requires :
perl(:MODULE_COMPAT_5.18.2)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.18.2/Text
/usr/lib/perl5/vendor_perl/5.18.2/Text/TabularDisplay.pm
/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Text-TabularDisplay
/usr/share/doc/packages/perl-Text-TabularDisplay/COPYING
/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/man/man3/Text::TabularDisplay.3pm.gz

 
ICM