use 5.010;

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>' );

