# This Makefile.PL for App-Nopaste-Service-Linode was generated by Dist::Zilla. # Don't edit it but the dist.ini used to construct it. use strict; use warnings; use ExtUtils::MakeMaker 6.11; my %WriteMakefileArgs = ( 'ABSTRACT' => 'L interface to L', 'AUTHOR' => 'Ævar Arnfjörð Bjarmason ', 'BUILD_REQUIRES' => {}, 'CONFIGURE_REQUIRES' => { 'ExtUtils::MakeMaker' => '6.11' }, 'DISTNAME' => 'App-Nopaste-Service-Linode', 'EXE_FILES' => [], 'LICENSE' => 'perl', 'NAME' => 'App::Nopaste::Service::Linode', 'PREREQ_PM' => { 'App::Nopaste' => '0.19', 'App::Nopaste::Service::AnyPastebin' => '0.02' }, 'VERSION' => '0.06', 'test' => { 'TESTS' => 't/*.t' } ); delete $WriteMakefileArgs{LICENSE} unless eval { ExtUtils::MakeMaker->VERSION(6.31) }; WriteMakefile(%WriteMakefileArgs);