#!/usr/bin/env perl use Module::Build; my $home = $ENV{HOME}; my $build = Module::Build->new( module_name => 'MSGBA::Web', license => 'AGPLv3', dist_author => 'Sergio Iglesias ', dist_abstract => 'The emulator webpage.', requires => { 'Mojolicious' => 0, 'Moo' => 0, 'Types::Standard' => 0, }, ); $build->create_build_script;