[project @ 5932]
[poe-component-client-mpd.git] / Makefile.PL
blob3ecccf6ea561b97e5c37d4f034ff2c1bb4eed2a6
1 #!perl
4 require 5.8.0;
5 use strict;
6 use warnings;
7 use ExtUtils::MakeMaker;
9 WriteMakefile(
10     NAME                => 'POE::Component::Client::MPD',
11     AUTHOR              => 'Jerome Quelin <jquelin@cpan.org>',
12     VERSION_FROM        => 'lib/POE/Component/Client/MPD.pm',
13     ABSTRACT_FROM       => 'lib/POE/Component/Client/MPD.pm',
14     PL_FILES            => {},
15     PREREQ_PM => {
16         'Test::More' => 0,
17     },
18     dist  => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
19     clean => { FILES => [
20                 'POE-Component-Client-MPD-*', '*~', '*/*~', '*/*/*~',
21                 '*/*/*/*~', '*/*/*/*/*~'
22                 ] },