Sha256: 10e59776249adaf2aaab93ae7cb02f0a51a79f550b62703f37cb5bf7953f4378

Contents?: true

Size: 1.03 KB

Versions: 8

Compression:

Stored size: 1.03 KB

Contents

# xPerl5

Exercism exercises in Perl 5

## Dependencies

The tests depend on the JSON.pm module.

## Testing the Tests

When the tests are run they expect a module with some real name (e.g. Anagram.pm)
but the Exercism system allows us to have example implementations in the directory
of each exercise.

If they are called /*example.*/i they won't be copied to the users. (which is a good thing).

So the sample solutions are all called Example.pm.

### Testing All the Exercises

Run the full tests with

    perl testall.pl

### Testing a Single Exercise

Each test file will look for the appropriate module name, but if the test are run as

    EXERCISM=1 perl file.t

then they will expect a file called Example.pm

## Contributing Guide

Please see the [contributing guide](https://github.com/exercism/x-common/blob/master/CONTRIBUTING.md)

### Perl 5 icon

The onion is the logo of the Perl Foundation.
It is trademarked, and we have adapted it--changing the color--with their permission.
The Perl Foundation does not support or endorse Exercism.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
trackler-2.0.0.9 tracks/perl5/README.md
trackler-2.0.0.8 tracks/perl5/README.md
trackler-2.0.0.7 tracks/perl5/README.md
trackler-2.0.0.6 tracks/perl5/README.md
trackler-2.0.0.5 tracks/perl5/README.md
trackler-2.0.0.4 tracks/perl5/README.md
trackler-2.0.0.3 tracks/perl5/README.md
trackler-2.0.0.2 tracks/perl5/README.md