use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Dancer::Plugin::MobileDevice', AUTHOR => q{Alexis Sukrieh }, VERSION_FROM => 'lib/Dancer/Plugin/MobileDevice.pm', ABSTRACT_FROM => 'lib/Dancer/Plugin/MobileDevice.pm', ($ExtUtils::MakeMaker::VERSION >= 6.3002 ? ('LICENSE'=> 'perl') : ()), PL_FILES => {}, PREREQ_PM => { 'Dancer' => 1.2000, 'Test::More' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Dancer-Plugin-MobileDevice-*' }, );