Dancer-Plugin-Auth-Twitter
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.031.
use strict;
use warnings;
use 5.006;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Authenticate with Twitter",
"AUTHOR" => "Alexis Sukrieh <sukria\@sukria.net>, Dancer Core Developers",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Dancer-Plugin-Auth-Twitter",
"EXE_FILES" => [],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.014", # required by Twitter::API
"NAME" => "Dancer::Plugin::Auth::Twitter",
"PREREQ_PM" => {
"Carp" => 0,
"Dancer" => 0,
"Dancer::Plugin" => 0,
"Twitter::API" => "1.0002",
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Dancer::Test" => 0,
"File::Spec" => 0,
"HTTP::Request::Common" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::MockObject::Extends" => 0,
"Test::More" => "0.88",
"lib" => 0
},
"VERSION_FROM" => "lib/Dancer/Plugin/Auth/Twitter.pm",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Carp" => 0,
"Dancer" => 0,
"Dancer::Plugin" => 0,
"Dancer::Test" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"HTTP::Request::Common" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Twitter::API" => "1.0002",
"Test::MockObject::Extends" => 0,
"Test::More" => "0.88",
"lib" => 0,
"strict" => 0,
"warnings" => 0
);
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
delete $WriteMakefileArgs{TEST_REQUIRES};
delete $WriteMakefileArgs{BUILD_REQUIRES};
$WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}
delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
WriteMakefile(%WriteMakefileArgs);
( run in 0.799 second using v1.01-cache-2.11-cpan-39bf76dae61 )