tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml in trackler-2.2.1.131 vs tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml in trackler-2.2.1.132
- old
+ new
@@ -1,10 +1,10 @@
exercise: HelloWorld
-version: 1
-plan: 3
+version: 2
+plan: 2
subs: hello
tests: |-
- is $subs{hello}->($_->{input}), $_->{expected}, $_->{description} foreach @{$C_DATA->{cases}};
+ is hello($_->{input}), $_->{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.'