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.159 tracks/perl5/README.md
trackler-2.2.1.158 tracks/perl5/README.md
trackler-2.2.1.157 tracks/perl5/README.md
trackler-2.2.1.156 tracks/perl5/README.md
trackler-2.2.1.155 tracks/perl5/README.md
trackler-2.2.1.154 tracks/perl5/README.md
trackler-2.2.1.153 tracks/perl5/README.md
trackler-2.2.1.152 tracks/perl5/README.md
trackler-2.2.1.151 tracks/perl5/README.md
trackler-2.2.1.150 tracks/perl5/README.md
trackler-2.2.1.149 tracks/perl5/README.md
trackler-2.2.1.148 tracks/perl5/README.md
trackler-2.2.1.147 tracks/perl5/README.md
trackler-2.2.1.146 tracks/perl5/README.md
trackler-2.2.1.145 tracks/perl5/README.md
trackler-2.2.1.144 tracks/perl5/README.md
trackler-2.2.1.143 tracks/perl5/README.md
trackler-2.2.1.142 tracks/perl5/README.md
trackler-2.2.1.141 tracks/perl5/README.md
trackler-2.2.1.140 tracks/perl5/README.md