The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;

WriteMakefile( NAME         => 'Math::Vector::Real::Random',
               VERSION_FROM => 'lib/Math/Vector/Real/Random.pm',
               PREREQ_PM    => { 'Math::Vector::Real' => '0.03',
				 'Math::Random'       => '0.01' },
               AUTHOR       => 'Salvador Fandino <sfandino@yahoo.com>' );