| use Module::Build; |
| |
| Module::Build->new( |
| dist_name => 'MRWTools', |
| dist_version => '1.0', |
| license => 'perl', |
| script_files => ['gen_callouts.pl', |
| 'gen_fan_zone_yaml.pl', |
| 'gen_fru_properties.pl', |
| 'gen_ipmi_fru.pl', |
| 'gen_ipmi_sel.pl', |
| 'gen_ipmi_sensor.pl', |
| 'gen_led_groups.pl', |
| 'gen_openpower_fru.pl', |
| 'gen_path_callouts.pl', |
| 'gen_presence_yaml.pl', |
| 'gen_occ_map.pl', |
| 'gen_settings.pl', |
| 'hwmon.pl'], |
| pm_files => {'Inventory.pm' => 'lib/mrw/Inventory.pm', |
| 'Util.pm' => 'lib/mrw/Util.pm'}, |
| )->create_build_script; |