On 2020-06-08 14:00, ToddAndMargo via perl6-users wrote:
 > On 08/06/2020 12:14, ToddAndMargo via perl6-users wrote:
 >>
 >> # zef update Informative
 >> A plugin name was provided that does not exist or does not support
 >> 'update'
 >>
 >> What am I doing wrong, this time?


On 2020-06-08 10:35, Richard Hainsworth wrote:
Todd, Hi. Its

zef upgrade Informative

zef upgrade

will upgrade all the modules you have downloaded.

FYI

zef is now pulling v.1.0 of Informative, which has red countdown numbers as default.

Richard


Richard also added "countdown-colour":

$data = inform( '<span color="Blue" weight="bold">Note to the user</span>',
                :timer(10),
                :title( "10 second Countdown test" ),
                :show-countdown(True),
                :countdown-colour<green>
              );

Love it!

Now to get zef to work with it in Windows!

Reply via email to