# Note: this file has been initially generated by Module::Build::Convert 0.47 use strict; use warnings; use Module::Build; my $build = Module::Build->new ( module_name => 'Text::Sentence::Alignment', dist_author => 'Cheng-Lung Sung ', dist_version_from => 'lib/Text/Sentence/Alignment.pm', requires => { 'List::Util' => 0, 'Test::More' => 0 }, PL_files => {}, add_to_cleanup => [ 'Text-Sentence-Alignment-*' ], license => 'perl', create_readme => 1, create_makefile_pl => 'traditional', ); $build->create_build_script;