use ExtUtils::MakeMaker;
use strict;

WriteMakefile(
    'NAME'      => 'Bundle::Starlink::Base',
    'VERSION_FROM' => 'Base.pm',
);