changeset 2 | 17009de92377 |
child 5 | b866663fce2f |
1:26115d9d1c07 | 2:17009de92377 |
---|---|
1 # 'script_files' requires 0.18 |
|
2 use Module::Build 0.18; |
|
3 my $build = Module::Build->new( |
|
4 module_name => 'IUS::WiegandMkStruct', |
|
5 license => 'gpl', |
|
6 requires => { |
|
7 'Getopt::Long' => 0, |
|
8 'Pod::Usage' => 0, |
|
9 'Linux::Inotify2' => 0 |
|
10 }, |
|
11 script_files => ['wiegand-mkstruct'], |
|
12 dist_version_from => 'wiegand-mkstruct' |
|
13 ); |
|
14 $build->create_build_script; |