[project @ 5295]
[audio-mpd.git] / Build.PL
blob4faf3380d265763ceaf53db2619397f6740e7ec4
1 #!/usr/bin/perl
5 use Module::Build;
6 use Module::Build::Compat;
9 my $build = Module::Build->new
11 module_name => 'Audio::MPD',
12 license => 'gpl',
13 build_requires => {
14 'Module::Build' => '0.20'
17 create_makefile_pl => 'passthrough',
19 requires => {
20 'IO::Socket' => '1.00',
21 'Test' => '1.00',
25 $build->create_build_script();