Skip to content

darksuji/xperl5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xPerl5

Exercism exercises in Perl 5

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.

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

License

The MIT License (MIT)

Copyright (c) 2014 Katrina Owen, _@kytrinyx.com

About

Exercism Exercises in Perl 5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 99.8%
  • Shell 0.2%