blob: 805b065e30349a6204323755637517a5aa049339 [file] [log] [blame]
use Module::Build;
Module::Build->new(
dist_name => 'MRWTools',
dist_version => '1.0',
license => 'perl',
script_files => ['gen_devtree.pl', 'gen_led_groups.pl', 'hwmon.pl'],
pm_files => {'Inventory.pm' => 'lib/mrw/Inventory.pm',
'Util.pm' => 'lib/mrw/Util.pm'},
)->create_build_script;