use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( DISTNAME => 'Audio-MPD-Common', NAME => 'Audio::MPD::Common', AUTHOR => "Jerome\ Quelin", ABSTRACT => "common\ helper\ classes\ for\ mpd", VERSION => '1.093120', EXE_FILES => [ qw() ], (eval { ExtUtils::MakeMaker->VERSION(6.31) } ? (LICENSE => 'perl') : ()), PREREQ_PM => { "perl" => '5.008', "Test::More" => '0', "base" => '0', "English" => '0', "File::Find" => '0', "overload" => '0', "Moose::Util::TypeConstraints" => '0', "Readonly" => '0', "Moose" => '0.92', }, test => {TESTS => 't/*.t'} );