You are a developer, you need multiple version of perl to test your product, they is an easy solution :
PerlBrew is an easy tools that allow you to use different version of perl without any conflict with your perl install on your system.
Cpanm is the easy tool to install any perl module you want from CPAN in your PerlBrew environment.
Let's see