I have a simple Perl script that uses Math::Random.
Is there any way I can distribute the script with Math::Random so users don't have to install it?
(A lot of my users don't have the library installed and don't have root permissions, and probably aren't technical enough to install anything really.)
Everyone will be on AMD 64-bit Linux if that matters.