tracks/perl5/exercises/leap/.meta/exercise-data.yaml in trackler-2.2.1.131 vs tracks/perl5/exercises/leap/.meta/exercise-data.yaml in trackler-2.2.1.132

- old
+ new

@@ -1,10 +1,10 @@ exercise: Leap -version: 2 -plan: 6 +version: 3 +plan: 5 subs: is_leap tests: |- - is $subs{is_leap}->($_->{input}{year}), $_->{expected}, $_->{description} foreach @{$C_DATA->{cases}}; + is is_leap($_->{input}{year}), $_->{expected}, $_->{description} foreach @{$C_DATA->{cases}}; exercise_comment: '# The name of this exercise.' version_comment: '# The version we will be matching against the exercise.' lib_comment: '# Look for the module inside the same directory as this test file.' plan_comment: '# This is how many tests we expect to run.'