3 # This file is part of POE::Component::Client::MPD.
4 # Copyright (c) 2007-2008 Jerome Quelin, all rights reserved.
6 # This program is free software; you can redistribute it and/or modify
7 # it under the same terms as Perl itself.
11 BEGIN { require 5.010; }
14 use ExtUtils::MakeMaker;
17 NAME => 'POE::Component::Client::MPD',
18 AUTHOR => 'Jerome Quelin <jquelin@cpan.org>',
19 VERSION_FROM => 'lib/POE/Component/Client/MPD.pm',
20 ABSTRACT_FROM => 'lib/POE/Component/Client/MPD.pm',
23 'Audio::MPD::Common' => '0.1.4',
25 'Class::Accessor::Fast' => 0,
29 'POE::Component::Client::TCP' => 0,
33 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
35 'POE-Component-Client-MPD-*', 'MANIFEST.bak',
36 map { ( '*/' x $_ ) . '*~' } 0..6