https://github.com/kyzn/perlbrew-prc-dockerimage
Dockerimage for perlbrew-prc development
https://github.com/kyzn/perlbrew-prc-dockerimage
docker-image hacktoberfest perl5 perlbrew perlbrew-prc-dockerimage
Last synced: about 2 months ago
JSON representation
Dockerimage for perlbrew-prc development
- Host: GitHub
- URL: https://github.com/kyzn/perlbrew-prc-dockerimage
- Owner: kyzn
- License: apache-2.0
- Created: 2017-12-26T03:28:46.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-06-19T07:33:23.000Z (about 5 years ago)
- Last Synced: 2025-10-13T19:05:29.992Z (8 months ago)
- Topics: docker-image, hacktoberfest, perl5, perlbrew, perlbrew-prc-dockerimage
- Language: Dockerfile
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# perlbrew-prc-dockerimage
This repository contains the dockerimage file for a container that would give you an environment that has perlbrew, perl, cpanm and dzil. It is intended to be helpful especially for [CPAN Pull Request Challenge](http://cpan-prc.org), hence the name.
You can find the image on [docker hub](https://hub.docker.com/r/kyzn/perlbrew-prc/).
# Instructions
Please refer to [this blog post](https://kyzn.org/posts/setup-your-computer-for-cpan-prc/), especially the part titled "The Docker Way".
# Attribution
This work is partly based on:
- [Chris Weyl's perlbrew-base docker image](https://github.com/rsrchboy/perlbrew-base-dock/blob/master/Dockerfile), and
- [Viktor Voronin's perlbrew docker image](https://github.com/vvoronin/docker-images/blob/master/perlbrew/Dockerfile).