PerlIO-via-GnuPG
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
#
# This file is part of PerlIO-via-GnuPG
#
# This software is Copyright (c) 2013 by Chris Weyl.
#
# This is free software, licensed under:
#
# The GNU Lesser General Public License, Version 2.1, February 1999
#
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.039.
use strict;
use warnings;
# inserted by Dist::Zilla::Plugin::CheckBin 0.007
use Devel::CheckBin;
check_bin('gpg');
use 5.014000;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Layer to try to decrypt on read",
"AUTHOR" => "Chris Weyl <cweyl\@alumni.drew.edu>",
"CONFIGURE_REQUIRES" => {
"Devel::CheckBin" => 0,
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "PerlIO-via-GnuPG",
"LICENSE" => "lgpl",
"MIN_PERL_VERSION" => "5.014000",
"NAME" => "PerlIO::via::GnuPG",
"PREREQ_PM" => {
"IPC::Open3" => 0,
"List::AllUtils" => 0,
"Symbol" => 0,
"autodie" => "2.25",
"parent" => 0,
"strict" => 0,
"warnings" => 0,
"warnings::register" => 0
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::CheckDeps" => "0.010",
"Test::More" => "0.94",
"Test::Skip::UnlessExistsExecutable" => 0
},
"VERSION" => "0.006",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"List::AllUtils" => 0,
"Symbol" => 0,
"Test::CheckDeps" => "0.010",
"Test::More" => "0.94",
"Test::Skip::UnlessExistsExecutable" => 0,
"autodie" => "2.25",
"parent" => 0,
"strict" => 0,
"warnings" => 0,
"warnings::register" => 0
);
( run in 1.599 second using v1.01-cache-2.11-cpan-df04353d9ac )