Sha256: 17b3ad1f1195c7be39e76145617041bea626a7a2ba7b1c5be1ce816cea0cc373

Contents?: true

Size: 1.24 KB

Versions: 168

Compression:

Stored size: 1.24 KB

Contents

# xPerl5

[![Gitter](https://badges.gitter.im/exercism/xperl.svg)](https://gitter.im/exercism/xperl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

Exercism exercises in Perl 5

## Dependencies

The tests depend on the following modules:

    JSON
    DateTime
    Test::Exception
    List::MoreUtils

## 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

    EXERCISM=1 prove -r

### 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

168 entries across 168 versions & 1 rubygems

Version Path
trackler-2.1.0.39 tracks/perl5/README.md
trackler-2.1.0.38 tracks/perl5/README.md
trackler-2.1.0.37 tracks/perl5/README.md
trackler-2.1.0.36 tracks/perl5/README.md
trackler-2.1.0.34 tracks/perl5/README.md
trackler-2.1.0.33 tracks/perl5/README.md
trackler-2.1.0.32 tracks/perl5/README.md
trackler-2.1.0.31 tracks/perl5/README.md
trackler-2.1.0.30 tracks/perl5/README.md
trackler-2.1.0.29 tracks/perl5/README.md
trackler-2.1.0.28 tracks/perl5/README.md
trackler-2.1.0.27 tracks/perl5/README.md
trackler-2.1.0.26 tracks/perl5/README.md
trackler-2.1.0.25 tracks/perl5/README.md
trackler-2.1.0.24 tracks/perl5/README.md
trackler-2.1.0.23 tracks/perl5/README.md
trackler-2.1.0.22 tracks/perl5/README.md
trackler-2.1.0.21 tracks/perl5/README.md
trackler-2.1.0.20 tracks/perl5/README.md
trackler-2.1.0.19 tracks/perl5/README.md