Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Text-TabularDisplay-1.38-bp154.1.19 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: perl-Text-TabularDisplay Distribution: SUSE Linux Enterprise 15 SP4
Version: 1.38 Vendor: openSUSE
Release: bp154.1.19 Build date: Mon May 9 11:15:33 2022
Group: Development/Libraries/Perl Build host: lamb08
Size: 50707 Source RPM: perl-Text-TabularDisplay-1.38-bp154.1.19.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/Text-TabularDisplay/
Summary: Display text in formatted table output
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 |
    +----+---------------+----------------+

Provides

Requires

License

GPL-2.0

Changelog

* Fri Jul 25 2014 coolo@suse.com
  - updated to 1.38, no changelog
* Sat Jul 27 2013 coolo@suse.com
  - updated to 1.35, no cangelog
* Tue Jun 04 2013 coolo@suse.com
  - updated to 1.34, no changelog
* Tue Nov 30 2010 coolo@novell.com
  - switch to perl_requires macro
* Tue Oct 12 2010 jw@novell.com
  - initial package 1.22
    * created by cpanspec 1.78.02
    * needed by SQL::Translator

Files

/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/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


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024