Is there any major reason to NOT update from 5.10 to 5.32?
My old VPS is using 5.10, and the new VPS is using 5.16. But I just discovered that I can't install at least one module (File::Copy) because the current version requires 5.32. So I either need to update to 5.32 and hope that all of my Perl scripts work just fine, or maybe copy the module from the old server and use use lib '/home/example/modules'; to import the old version.
What do you think?