UAV-Pilot
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.037.
use strict;
use warnings;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Base library for controlling UAVs",
"AUTHOR" => "Timm Murray <tmurray\@wumpus-cave.net>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "UAV-Pilot",
"EXE_FILES" => [
"bin/wumpusrover_client_example",
"bin/uav_joystick",
"bin/uav_video_dump",
"bin/uav_network_settings",
"bin/uav_dump_config",
"bin/uav",
"bin/uav_video_display",
"bin/uav_emergency",
"bin/uav_config"
],
"LICENSE" => "bsd",
"NAME" => "UAV::Pilot",
"PREREQ_PM" => {
"AnyEvent" => 0,
"AnyEvent::ReadLine::Gnu" => 0,
"DateTime" => 0,
"File::HomeDir" => 0,
"File::ShareDir" => 0,
"File::Spec" => 0,
"File::Temp" => 0,
"IO::Socket::Multicast" => 0,
"Log::Log4perl" => 0,
"Math::Trig" => 0,
"Moose" => 0,
"MooseX::Event" => 0,
"String::CRC32" => 0,
"Test::More" => 0,
"Throwable" => 0,
"YAML" => 0,
"namespace::autoclean" => 0
},
"TEST_REQUIRES" => {
"Test::Pod" => 0
},
"VERSION" => "1.3",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"AnyEvent" => 0,
"AnyEvent::ReadLine::Gnu" => 0,
"DateTime" => 0,
"ExtUtils::MakeMaker" => 0,
"File::HomeDir" => 0,
"File::ShareDir" => 0,
"File::Spec" => 0,
"File::Temp" => 0,
"IO::Socket::Multicast" => 0,
"Log::Log4perl" => 0,
"Math::Trig" => 0,
"Moose" => 0,
"MooseX::Event" => 0,
"String::CRC32" => 0,
"Test::More" => 0,
"Test::Pod" => 0,
"Throwable" => 0,
"YAML" => 0,
"namespace::autoclean" => 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.357 second using v1.01-cache-2.11-cpan-283623ac599 )