equal
deleted
inserted
replaced
4 |
4 |
5 Module::Build->new( |
5 Module::Build->new( |
6 dist_name => "blockfuse", |
6 dist_name => "blockfuse", |
7 dist_author => "Heiko Schlittermann <hs\@schlittermann.de>", |
7 dist_author => "Heiko Schlittermann <hs\@schlittermann.de>", |
8 dist_version_from => "bin/blockfuse", |
8 dist_version_from => "bin/blockfuse", |
9 license => "GPL", |
9 dist_abstract => "map a block device into a ordinary file", |
|
10 license => "GPL_3", |
|
11 create_license => 1, |
10 script_files => [glob "bin/*"], |
12 script_files => [glob "bin/*"], |
11 requires => { |
13 requires => { |
12 perl => "5.10.0", |
14 perl => "5.10.0", |
13 autodie => "0", |
15 autodie => "0", |
|
16 Fuse => "0", |
14 "IPC::System::Simple" => "0", |
17 "IPC::System::Simple" => "0", |
15 Fuse => "0", |
|
16 "Pod::Usage" => "0", |
18 "Pod::Usage" => "0", |
17 }, |
19 }, |
18 build_requires => { |
20 build_requires => { |
19 "Test::More" => "0.92", |
21 "Test::More" => "0.92", |
20 "Digest::MD5" => "0", |
22 "Digest::MD5" => "0", |