No description
Find a file
2014-07-07 00:53:03 -04:00
5.018.002-64bit Add 5.18.2, threaded and not 2014-07-06 23:46:05 -04:00
5.018.002-64bit,threaded Add 5.18.2, threaded and not 2014-07-06 23:46:05 -04:00
5.020.000-64bit Added 64bit, threads, and 64bit+threads 2014-07-06 23:17:34 -04:00
5.020.000-64bit,threaded bitness should always come first 2014-07-06 23:45:48 -04:00
LICENSE Initial commit 2014-07-06 18:43:53 -04:00
README.md Added more detail to the README 2014-07-07 00:53:03 -04:00

docker-perl

Dockerfiles for Perl5

The structure of this repo is to use the full version ID of each Perl version, plus a comma separate list of extensions. Every directory is expected to have at least the bit specification (32bit or 64bit), and at the moment the only other extension is threaded.

There are currently no 32bit extensions as Docker does not (yet?) support 32-bit builds.

The 64bit builds specify use64bitall despite this being largely redundant (Configure would properly detect this) to make the desired bit size explicit.