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

- old
+ new

@@ -1,10 +1,10 @@ exercise: Bob -version: 3 -plan: 27 +version: 4 +plan: 26 subs: hey tests: |- - is $subs{hey}->($_->{input}{heyBob}), $_->{expected}, $_->{description} foreach @{$C_DATA->{cases}}; + is hey($_->{input}{heyBob}), $_->{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.'