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',
	       VERSION_FROM => 'lib/Math/Vector/Real.pm',
	       PREREQ_PM => {}, # e.g., Module::Name => 1.1
	       AUTHOR => 'Salvador FandiƱo <sfandino@yahoo.com>' );