tracks/perl5/exercises/robot-simulator/.meta/solutions/Robot.pm in trackler-2.2.1.130 vs tracks/perl5/exercises/robot-simulator/.meta/solutions/Robot.pm in trackler-2.2.1.131

- old
+ new

@@ -1,9 +1,10 @@ # there are 2 packages in this file; separate them once multiple files are supported use strict; use warnings; use feature qw(switch); +no if $] >= 5.018, warnings => 'experimental'; { package Robot; use constant NORTH => 'north';