summaryrefslogtreecommitdiffstats
path: root/Build.PL
blob: 7623d21f2d28372a761059295ba67c1df9ea6662 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use Module::Build;

Module::Build->new(
    dist_name => 'MRWTools',
    dist_version => '1.0',
    license => 'perl',
    script_files => ['gen_callouts.pl',
                     'gen_devtree.pl',
                     'gen_fru_properties.pl',
                     'gen_ipmi_fru.pl',
                     'gen_led_groups.pl',
                     'gen_openpower_fru.pl',
                     'hwmon.pl'],
    pm_files => {'Inventory.pm' => 'lib/mrw/Inventory.pm',
                 'Util.pm' => 'lib/mrw/Util.pm'},
)->create_build_script;
OpenPOWER on IntegriCloud