Matt Spinler | 854e26a | 2017-01-17 13:39:24 -0600 | [diff] [blame] | 1 | use Module::Build; |
2 | |||||
3 | Module::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; |