update to 0.1.1 so it plays nicely with the most recent version of Text::ANSITable

This commit is contained in:
Zane C. B-H 2020-10-04 03:30:57 -05:00
parent d577047600
commit 8e4b846614
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,8 @@
Revision history for Proc-ProcessTable-ncps
0.1.1 2020-10-04/03:30
- Update so it plays nicely with Text::ANSITable 0.600
0.1.0 2019-08-28/02:00
- Now use Proc::ProcessTable::InfoString.
- Document information symbols.

View File

@ -17,11 +17,11 @@ Proc::ProcessTable::ncps - New Colorized(optional) PS, a enhanced version of PS
=head1 VERSION
Version 0.1.0
Version 0.1.1
=cut
our $VERSION = '0.1.0';
our $VERSION = '0.1.1';
=head1 SYNOPSIS
@ -230,8 +230,9 @@ sub run{
}
my $tb = Text::ANSITable->new;
$tb->border_style('Default::none_ascii');
$tb->color_theme('Default::no_color');
$tb->border_style('ASCII::None');
# this seems to be a bit broken currently
#$tb->color_theme();
#
# assemble the headers