summaryrefslogtreecommitdiffstats
path: root/vagrant_support/devtools.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant_support/devtools.yml')
-rw-r--r--vagrant_support/devtools.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/vagrant_support/devtools.yml b/vagrant_support/devtools.yml
index bfc62cb2a..f9fb3e94f 100644
--- a/vagrant_support/devtools.yml
+++ b/vagrant_support/devtools.yml
@@ -2,3 +2,14 @@
- name: copy bashrc
copy: src=bashrc dest=/home/vagrant/.bashrc mode=0644
+- cpanm: name=Devel::REPL notest=true locallib=/home/vagrant/perl executable=/usr/local/bin/cpanm
+- cpanm: name=Term::ReadLine::Gnu notest=true locallib=/home/vagrant/perl executable=/usr/local/bin/cpanm
+- cpanm: name=PPI notest=true locallib=/home/vagrant/perl executable=/usr/local/bin/cpanm
+- cpanm: name=Data::Dumper::Concise notest=true locallib=/home/vagrant/perl executable=/usr/local/bin/cpanm
+- cpanm: name=File::Next notest=true locallib=/home/vagrant/perl executable=/usr/local/bin/cpanm
+- cpanm: name=Sys::SigAction notest=true locallib=/home/vagrant/perl executable=/usr/local/bin/cpanm
+- cpanm: name=Lexical::Persistence notest=true locallib=/home/vagrant/perl executable=/usr/local/bin/cpanm
+
+- name: copy re.pl
+ copy: src=re.pl dest=/usr/local/bin/re.pl mode=0755
+