Alien-GCrypt

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

  "dist_name" => "Alien-GCrypt",
  "dist_version" => "1.6.5.0",
  "license" => "perl",
  "module_name" => "Alien::GCrypt",
  "recommends" => {},
  "recursive_test_files" => 1,
  "requires" => {
    "Alien::Base" => "0.002",
    "Alien::GPG::Error" => 0,
    "File::ShareDir" => "1.03",
    "parent" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "script_files" => [],
  "test_requires" => {
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Test::More" => 0,
    "perl" => "5.006"

META.json  view on Meta::CPAN

            "Test::NoTabs" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08"
         }
      },
      "runtime" : {
         "requires" : {
            "Alien::Base" : "0.002",
            "Alien::GPG::Error" : "0",
            "File::ShareDir" : "1.03",
            "parent" : "0",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "File::Spec" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Test::More" : "0",

META.yml  view on Meta::CPAN

generated_by: 'Dist::Zilla version 5.036, CPAN::Meta::Converter version 2.150001'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Alien-GCrypt
requires:
  Alien::Base: '0.002'
  Alien::GPG::Error: '0'
  File::ShareDir: '1.03'
  parent: '0'
  strict: '0'
  warnings: '0'
resources:
  bugtracker: https://github.com/ajgb/alien-gcrypt/issues
  homepage: https://metacpan.org/release/Alien-GCrypt
  repository: git://github.com/ajgb/alien-gcrypt.git
version: 1.6.5.0
x_Dist_Zilla:
  perl:
    version: '5.018002'

lib/Alien/GCrypt.pm  view on Meta::CPAN

# ABSTRACT: Install and make available libgcrypt

use strict;
use warnings;
package Alien::GCrypt;
our $AUTHORITY = 'cpan:AJGB';
$Alien::GCrypt::VERSION = '1.6.5.0';
use Alien::GPG::Error;

use parent 'Alien::Base';

1;

__END__

=pod

=encoding UTF-8

=head1 NAME



( run in 0.503 second using v1.01-cache-2.11-cpan-4d50c553e7e )