You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cleanup-tools/Build.PL

14 lines
341 B

use strict;
use warnings;
use Module::Build qw();
my $builder = Module::Build->new(
module_name => 'NGCP-Cleanup',
license => 'perl',
dist_author => 'Kirill Solomko <ksolomko@sipwise.com>',
dist_version_from => 'lib/NGCP/Cleanup.pm',
requires => {
},
);
$builder->create_build_script;