X-Git-Url: https://git.donarmstrong.com/?p=term-progressbar.git;a=blobdiff_plain;f=lib%2FTerm%2FProgressBar.pm;h=f61956ad1a0cfefdaff00aee463c4498aec775bb;hp=708aab00969973138f0cc9827cc0485d4e092078;hb=1194702ec43c994abcf387b52c03b8532c8d5f3c;hpb=ce993e7fe8ecb319c0bf3e625f9f909127b01308 diff --git a/lib/Term/ProgressBar.pm b/lib/Term/ProgressBar.pm index 708aab0..f61956a 100644 --- a/lib/Term/ProgressBar.pm +++ b/lib/Term/ProgressBar.pm @@ -149,7 +149,7 @@ distribution set (it is not installed as part of the module. my $progress = Term::ProgressBar->new({name => 'Powers', count => $max, - ETA => linear, }); + ETA => 'linear', }); $progress->max_update_rate(1); my $next_update = 0;