tracks/perl6/exercises/roman-numerals/.meta/solutions/RomanNumerals.pm6 in trackler-2.2.1.100 vs tracks/perl6/exercises/roman-numerals/.meta/solutions/RomanNumerals.pm6 in trackler-2.2.1.101

- old
+ new

@@ -1,5 +1,5 @@ -unit module RomanNumerals:ver<2>; +unit module RomanNumerals:ver<3>; my %table{Int} = <1000 900 500 400 100 90 50 40 10 9 5 4 1> Z=> <M CM D CD C XC L XL X IX V IV I>;