How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "sitecompli/perl"
config.vm.box_version = "20.23.1"
end
vagrant init sitecompli/perl \
--box-version 20.23.1
vagrant up
This version was created over 3 years ago.
Vagrant (perl) box based on CentOS 7 2004.01, with GuestAdditions 6.1.16 pre-installed.