Sha256: dfa67f987d56f5f6284fdb749ecccd567542a14f67bfef1f2d64cd00b151ac17

Contents?: true

Size: 1.28 KB

Versions: 45

Compression:

Stored size: 1.28 KB

Contents

# Exercism Perl 5 Track

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

Exercism exercises in Perl 5

## Dependencies

The tests depend on the following modules:

    DateTime
    List::MoreUtils
    Test::Exception
    Test::Fatal
    Path::Tiny (for generator tests)
    Template::Mustache (for generator tests)
    YAML (for generator tests)

## Testing the Tests

The Exercism system allows us to have example implementations in the directory
of each exercise.

If they are in the `.meta` directory they won't be copied to the users. (which is a good thing).

### Testing All the Exercises

Run the full tests with

    prove -r exercises/*/.meta/solutions

### Testing a Single Exercise

If a test is run as

    prove exercises/example-exercise/.meta/solutions/example-exercise.t

the test will run using the example in the `.meta/solutions` directory.

## Contributing Guide

Please see the [contributing guide](https://github.com/exercism/docs/blob/master/contributing-to-language-tracks/README.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

45 entries across 45 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/perl5/README.md
trackler-2.2.1.179 tracks/perl5/README.md
trackler-2.2.1.178 tracks/perl5/README.md
trackler-2.2.1.177 tracks/perl5/README.md
trackler-2.2.1.176 tracks/perl5/README.md
trackler-2.2.1.175 tracks/perl5/README.md
trackler-2.2.1.174 tracks/perl5/README.md
trackler-2.2.1.173 tracks/perl5/README.md
trackler-2.2.1.172 tracks/perl5/README.md
trackler-2.2.1.171 tracks/perl5/README.md
trackler-2.2.1.170 tracks/perl5/README.md
trackler-2.2.1.169 tracks/perl5/README.md
trackler-2.2.1.167 tracks/perl5/README.md
trackler-2.2.1.166 tracks/perl5/README.md
trackler-2.2.1.165 tracks/perl5/README.md
trackler-2.2.1.164 tracks/perl5/README.md
trackler-2.2.1.163 tracks/perl5/README.md
trackler-2.2.1.162 tracks/perl5/README.md
trackler-2.2.1.161 tracks/perl5/README.md
trackler-2.2.1.160 tracks/perl5/README.md