From aed295eb4dd4f78d358a46b7aff61f31e2056f67 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 21 Jul 2017 12:31:19 -0400 Subject: add to the vagrant vm a 're.pl' command that gives a pretty nice perl shell (#176) * add re.pl support * order of includes matter --- vagrant_support/playbook.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vagrant_support/playbook.yml') diff --git a/vagrant_support/playbook.yml b/vagrant_support/playbook.yml index 093444143..94d9325a3 100644 --- a/vagrant_support/playbook.yml +++ b/vagrant_support/playbook.yml @@ -136,6 +136,8 @@ - pkgconfig - rpm-build - graphviz + - ncurses-devel + - readline-devel - name: fetch cpanm get_url: -- cgit v1.2.3-24-g4f1b