From 6bee96af64bafc435c5a80bfbe9a42147c669c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadeusz=20So=C5=9Bnierz?= Date: Thu, 6 Sep 2012 01:09:57 +0200 Subject: [PATCH] Fix for new rakudo --- lib/Term/ProgressBar.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Term/ProgressBar.pm b/lib/Term/ProgressBar.pm index 313dcf5..6d565e7 100644 --- a/lib/Term/ProgressBar.pm +++ b/lib/Term/ProgressBar.pm @@ -17,7 +17,7 @@ has Str $!as = ""; has $!step = 0.0; method update(Int $step) { - my $start = nqp::p6box_n(pir::time__n()); + my $start = nqp::p6box_n(pir::time__N()); my $multi = ($step/($.count/$.width)).floor; my $ext = ' ';