Skip to content

kianmeng/perl-modules-of-the-week

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perl Module(s) of the Week

Docker environment and sample code usages for different Perl module(s) of the week.

To bootstrap the environment.

$ make

To bootstrap example module, for example, modern-perl.

$ cd Modern-Perl
$ make
$ make run

To clean up your environment.

$ cd Modern-Perl
$ make clean

To bootstrap a new module not found in this repository.

$ make create Dist::Zilla
$ cd Dist-Zilla
$ make
$ make run