tracks/perl6/exercises/clock/Example.pm6 in trackler-2.2.1.95 vs tracks/perl6/exercises/clock/Example.pm6 in trackler-2.2.1.96

- old
+ new

@@ -1,5 +1,5 @@ -unit class Clock:ver<1>; +unit class Clock:ver<2>; has Int:D $.hour = 0; has Int:D $.minute = 0; method time {