update to 0.1.2 and now use ColorThemes::Standard

This commit is contained in:
Zane C. B-H 2020-12-30 04:46:36 -06:00
parent 8e4b846614
commit 98fa041549
2 changed files with 7 additions and 6 deletions

View File

@ -27,6 +27,7 @@ my %WriteMakefileArgs = (
'Statistics::Basic'=>'1.6611',
'List::Util'=>'0.0',
'Proc::ProcessTable::InfoString' => '0.0.1',
'ColorTheme::NoColor'=>'0.0',
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Proc-ProcessTable-ncps-*' },

View File

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