blob: 805b065e30349a6204323755637517a5aa049339 [file] [log] [blame]
Matt Spinler854e26a2017-01-17 13:39:24 -06001use Module::Build;
2
3Module::Build->new(
4 dist_name => 'MRWTools',
5 dist_version => '1.0',
6 license => 'perl',
7 script_files => ['gen_devtree.pl', 'gen_led_groups.pl', 'hwmon.pl'],
8 pm_files => {'Inventory.pm' => 'lib/mrw/Inventory.pm',
9 'Util.pm' => 'lib/mrw/Util.pm'},
10)->create_build_script;