App-EventStreamr
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 5.010000;
use ExtUtils::MakeMaker;
use File::ShareDir::Install;
$File::ShareDir::Install::INCLUDE_DOTFILES = 1;
$File::ShareDir::Install::INCLUDE_DOTDIRS = 1;
install_share dist => "share";
my %WriteMakefileArgs = (
"ABSTRACT" => "Conference Mixing/Streaming Orchestrator",
"AUTHOR" => "Leon Wright < techman\@cpan.org >",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::ShareDir::Install" => "0.06"
},
"DISTNAME" => "App-EventStreamr",
"EXE_FILES" => [
"bin/station-mgr.pl",
"bin/eventstreamr-devmon.pl",
"bin/eventstreamr-sync.sh",
"bin/dvsource_fw_tally.sh",
"bin/eventstreamr-api.pl",
"bin/eventstreamr"
],
"LICENSE" => "open_source",
"MIN_PERL_VERSION" => "5.010000",
"NAME" => "App::EventStreamr",
"PREREQ_PM" => {
"Carp" => 0,
"Config::JSON" => 0,
"Cwd" => 0,
"Dancer" => 0,
"Data::Dumper" => 0,
"File::Basename" => 0,
"File::Path" => 0,
"File::ReadBackwards" => 0,
"File::ShareDir::Tarball" => 0,
"File::Slurp" => 0,
"File::Spec" => 0,
"File::Tail" => 0,
"FindBin" => 0,
"Getopt::Long" => 0,
"HTTP::Tiny" => 0,
"Hash::Merge::Simple" => 0,
"IO::Socket::INET" => 0,
"JSON" => 0,
"Log::Log4perl" => 0,
"Method::Signatures" => 20141021,
"Module::Load" => 0,
"Moo" => 0,
"Moo::Role" => 0,
"POSIX" => 0,
"Proc::Daemon" => 0,
"Proc::ProcessTable" => 0,
"Scalar::Util::Reftype" => 0,
"Sys::Hostname" => 0,
"experimental" => "0.013",
"lib" => 0,
"namespace::clean" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Temp" => 0,
"Test::More" => 0,
"Test::Warnings" => 0,
"Time::Local" => 0
},
"VERSION" => "0.5",
"test" => {
"TESTS" => "t/*.t t/App/EventStreamr/*.t t/App/EventStreamr/DVswitch/*.t t/App/EventStreamr/DVswitch/Ingest/*.t t/App/EventStreamr/Internal/*.t t/App/EventStreamr/Roles/*.t"
}
);
my %FallbackPrereqs = (
"Carp" => 0,
"Config::JSON" => 0,
"Cwd" => 0,
"Dancer" => 0,
"Data::Dumper" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Basename" => 0,
"File::Path" => 0,
"File::ReadBackwards" => 0,
"File::ShareDir::Install" => "0.06",
"File::ShareDir::Tarball" => 0,
"File::Slurp" => 0,
"File::Spec" => 0,
"File::Tail" => 0,
"File::Temp" => 0,
"FindBin" => 0,
"Getopt::Long" => 0,
"HTTP::Tiny" => 0,
"Hash::Merge::Simple" => 0,
"IO::Socket::INET" => 0,
"JSON" => 0,
"Log::Log4perl" => 0,
"Method::Signatures" => 20141021,
"Module::Load" => 0,
"Moo" => 0,
"Moo::Role" => 0,
"POSIX" => 0,
"Proc::Daemon" => 0,
"Proc::ProcessTable" => 0,
"Scalar::Util::Reftype" => 0,
"Sys::Hostname" => 0,
"Test::More" => 0,
"Test::Warnings" => 0,
"Time::Local" => 0,
"experimental" => "0.013",
"lib" => 0,
"namespace::clean" => 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);
{
package
MY;
use File::ShareDir::Install qw(postamble);
}
( run in 0.856 second using v1.01-cache-2.11-cpan-39bf76dae61 )