use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Net::Plurk', AUTHOR => 'Cheng-Lung Sung ', VERSION_FROM => 'lib/Net/Plurk.pm', ABSTRACT_FROM => 'lib/Net/Plurk.pm', ($ExtUtils::MakeMaker::VERSION >= 6.3002 ? ('LICENSE'=> 'perl') : ()), PL_FILES => {}, MIN_PERL_VERSION => 5.010001, PREREQ_PM => { 'Test::More' => 0, 'AnyEvent::HTTP' => 0, 'Net::SSLeay' => 0, 'Digest::HMAC_SHA1' => 0, 'Math::Base36' => 0, 'HTTP::Lite' => 0, 'Net::OAuth' => 0.27, 'namespace::autoclean' => 0, 'JSON::Any' => 0, 'DateTime::Format::Strptime' => 0, 'URI' => 0, 'Moose' => 0 }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Net-Plurk-*' }, );