Sha256: ff15f05d69d18ab37bf57796333d1961cf90e99e128ac5196a77c5b728a6af82

Contents?: true

Size: 871 Bytes

Versions: 48

Compression:

Stored size: 871 Bytes

Contents

exercise: HelloWorld
version: 2
plan: 2
subs: hello
tests: |-
  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.'
use_test_comment: '# Check that the module can be use-d.'
version_test_comment: |-
  # If the exercise is updated, we want to make sure other people testing
  # your code don't think you've made a mistake if things have changed!

example: |-
  sub hello {
    return 'Hello, World!';
  }

stub: |-
  sub hello {
    # Remove the comments and write some code here to pass the test suite.
  }

package_comment: "# Declare package 'HelloWorld' with version"

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml
trackler-2.2.1.179 tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml
trackler-2.2.1.178 tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml
trackler-2.2.1.177 tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml
trackler-2.2.1.176 tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml
trackler-2.2.1.175 tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml
trackler-2.2.1.174 tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml
trackler-2.2.1.173 tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml
trackler-2.2.1.172 tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml
trackler-2.2.1.171 tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml
trackler-2.2.1.170 tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml
trackler-2.2.1.169 tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml
trackler-2.2.1.167 tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml
trackler-2.2.1.166 tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml
trackler-2.2.1.165 tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml
trackler-2.2.1.164 tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml
trackler-2.2.1.163 tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml
trackler-2.2.1.162 tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml
trackler-2.2.1.161 tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml
trackler-2.2.1.160 tracks/perl5/exercises/hello-world/.meta/exercise-data.yaml