App-vl
view release on metacpan or search on metacpan
lib/App/vl.pm view on Meta::CPAN
=head1 DESCRIPTION
App::vl makes typical CUI table vertical.
For example,
$ kubectl get pods
NAME READY STATUS RESTARTS AGE
hello-web-4017757401-ntgdb 1/1 Running 0 9s
hello-web-4017757401-pc4j9 1/1 Running 0 9s
Be vertical by L<vl>
$ kubectl get pods | vl
********** 1 ********************
NAME: hello-web-4017757401-ntgdb
READY: 1/1
STATUS: Running
RESTARTS: 0
AGE: 9s
********** 2 ********************
NAME: hello-web-4017757401-pc4j9
READY: 1/1
STATUS: Running
RESTARTS: 0
AGE: 9s
=head2 CAVEAT
Labels must NOT contain L<\> (backslash).
=head1 METHODS
=head2 new
Constractor
=head2 run
main routine
=head2 opt
getter for options
=head2 labels
getter/setter for the label list
=head2 column_length_list
getter/setter for the length list of columns
=head1 REPOSITORY
=begin html
<a href="http://travis-ci.org/bayashi/App-vl"><img src="https://secure.travis-ci.org/bayashi/App-vl.png"/></a> <a href="https://coveralls.io/r/bayashi/App-vl"><img src="https://coveralls.io/repos/bayashi/App-vl/badge.png?branch=master"/></a>
=end html
App::vl is hosted on github: L<http://github.com/bayashi/App-vl>
I appreciate any feedback :D
=head1 AUTHOR
Dai Okabayashi E<lt>bayashi@cpan.orgE<gt>
=head1 SEE ALSO
L<vl>
L<App::YG>
=head1 LICENSE
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself. See L<perlartistic>.
=cut
( run in 1.539 second using v1.01-cache-2.11-cpan-df04353d9ac )