use ExtUtils::MakeMaker;
use strict;

WriteMakefile(
    'NAME'	=> 'Bundle::Math::Financial',
    'VERSION_FROM' => 'Financial.pm',
);