Open-This
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.033.
use strict;
use warnings;
use 5.012000;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Try to Do the Right Thing when opening files",
"AUTHOR" => "Olaf Alders <olaf\@wundercounter.com>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Open-This",
"EXE_FILES" => [
"script/ot"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.012000",
"NAME" => "Open::This",
"PREREQ_PM" => {
"Browser::Open" => 0,
"Cpanel::JSON::XS" => 0,
"Getopt::Long" => 0,
"Module::Runtime" => 0,
"Module::Util" => "0.016",
"Path::Tiny" => 0,
"Pod::Usage" => 0,
"Try::Tiny" => 0,
"URI" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Carp::Always" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Test::Differences" => 0,
"Test::Fatal" => 0,
"Test::More" => 0,
"Test::Needs" => 0,
"Test::Requires::Git" => 0,
"Test::Script" => "1.31",
"Test::Simple" => "1.302177",
"Test::Warnings" => 0,
"lib" => 0
},
"VERSION" => "0.000035",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Browser::Open" => 0,
"Carp::Always" => 0,
"Cpanel::JSON::XS" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Getopt::Long" => 0,
"Module::Runtime" => 0,
"Module::Util" => "0.016",
"Path::Tiny" => 0,
"Pod::Usage" => 0,
"Test::Differences" => 0,
"Test::Fatal" => 0,
"Test::More" => 0,
"Test::Needs" => 0,
"Test::Requires::Git" => 0,
"Test::Script" => "1.31",
"Test::Simple" => "1.302177",
"Test::Warnings" => 0,
"Try::Tiny" => 0,
"URI" => 0,
"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.880 second using v1.01-cache-2.11-cpan-39bf76dae61 )