8 my $builder = Module::Build->new (
9 module_name => 'POE::Component::Client::MPD',
10 dist_author => 'Jerome Quelin <jquelin@cpan.org>',
12 dist_version_from => 'lib/POE/Component/Client/MPD.pm',
13 add_to_cleanup => [ 'POE-Component-Client-MPD-*',
14 map { ( '*/' x $_ ) . '*~' } 0..6 ],
20 'Class::Accessor' => 0,
21 'List::MoreUtils' => 0,
28 $builder->create_build_script();