Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-Text-TabularDisplay

Project: openSUSE_13.2

Repository: oss

Title: 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 |
+----+---------------+----------------+

Version: 1.38

Release: 2.1.3

Architecture: noarch

Size: 23.1 KB

Build Time: 2014-10-06 15:17:49 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(Text::TabularDisplay) ... perl-Text-RecordParser
perl-Text-TabularDisplay = ...

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl