The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Module::Build;

use strict;

my $build = Module::Build->new
  (
   module_name => 'Algorithm::Viterbi',
   license => 'perl',
   create_makefile_pl => 'pass_through',
  );

$build->create_build_script;