An open API service indexing awesome lists of open source software.

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

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).