Crypt-GpgME

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

#!perl

use strict;
use warnings;
use lib 'ext';
use inc::Module::Install;

name 'Crypt-GpgME';
perl_version '5.008';
all_from 'lib/Crypt/GpgME.pm';

requires 'IO::Scalar';
requires_external_bin 'gpgme-config';
test_requires 'Test::Exception';
test_requires 'Test::More';

gpgme;

no_index directory => 'ext';

WriteAll;



( run in 0.523 second using v1.01-cache-2.11-cpan-df04353d9ac )