SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-Text-TabularDisplay
Version : 1.38 Vendor : openSUSE
Release : 3.32 Date : 2014-07-25 11:32:03
Group : Development/Libraries/Perl Source RPM : perl-Text-TabularDisplay-1.38-3.32.src.rpm
Size : 0.05 MB
Packager : https://bugs_opensuse_org
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: /vol/rzm3/linux-opensuse/tumbleweed/repo/oss/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.40.0)
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/TabularDisplay.pm
/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