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::XS',
               VERSION_FROM  => 'lib/Math/Vector/Real/XS.pm',
               PREREQ_PM     => { 'Math::Vector::Real' => '0.14' },
               ABSTRACT_FROM => 'lib/Math/Vector/Real/XS.pm',
               AUTHOR        => 'Salvador FandiƱo <sfandino@yahoo.com>',
               LIBS          => [''],
               DEFINE        => '',
               INC           => '-I.',
             );