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::BLAS',
	       VERSION_FROM => 'lib/Math/BLAS.pm',
	       ABSTRACT_FROM => 'lib/Math/BLAS.pm',
	       AUTHOR => 'Ralph Schleicher <rs@ralph-schleicher.de>',
	       LICENSE => 'perl');