]> git.donarmstrong.com Git - term-progressbar.git/blobdiff - lib/Term/ProgressBar.pm
use strict; use warnings; in examples
[term-progressbar.git] / lib / Term / ProgressBar.pm
index 708aab00969973138f0cc9827cc0485d4e092078..f61956ad1a0cfefdaff00aee463c4498aec775bb 100644 (file)
@@ -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;