Alien-GPG-Error
view release on metacpan or search on metacpan
use lib qw{inc}; use Alien::Base::ModuleBuild;
my %module_build_args = (
"alien_build_commands" => [
"%pconfigure --with-pic --prefix=%s"
],
"alien_inline_auto_include" => [],
"alien_install_commands" => [
"make install"
],
"alien_name" => "gpg-error",
"alien_repository" => {
"host" => "",
"location" => "inc",
"pattern" => "^libgpg-error-([\\d\\.]+)\\.tar\\.gz\$",
"protocol" => "local"
},
"build_requires" => {},
"configure_requires" => {
"Alien::Base::ModuleBuild" => "0.002",
"File::ShareDir" => "1.03"
},
"dist_abstract" => "Install and make available libgpg-error",
"dist_author" => [
"Alex J. G. Burzy\x{144}ski <ajgb\@cpan.org>"
],
"dist_name" => "Alien-GPG-Error",
"dist_version" => "1.21.0",
"license" => "perl",
"module_name" => "Alien::GPG::Error",
"recommends" => {},
"recursive_test_files" => 1,
"requires" => {
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.036.
Build.PL
Changes
INSTALL
LICENSE
MANIFEST
META.json
META.yml
README
inc/libgpg-error-1.21.tar.gz
lib/Alien/GPG/Error.pm
t/00-compile.t
xt/author/eol.t
xt/author/no-tabs.t
xt/release/pod-coverage.t
xt/release/pod-syntax.t
{
"abstract" : "Install and make available libgpg-error",
"author" : [
"Alex J. G. BurzyÅski <ajgb@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 5.036, CPAN::Meta::Converter version 2.150001",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Test::More" : "0",
"perl" : "5.006"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/ajgb/alien-gpg-error/issues"
},
"homepage" : "https://metacpan.org/release/Alien-GPG-Error",
"repository" : {
"type" : "git",
"url" : "git://github.com/ajgb/alien-gpg-error.git",
"web" : "https://github.com/ajgb/alien-gpg-error"
}
},
"version" : "1.21.0",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.018002"
},
"plugins" : [
{
"class" : "Dist::Zilla::Plugin::ExecDir",
---
abstract: 'Install and make available libgpg-error'
author:
- 'Alex J. G. BurzyÅski <ajgb@cpan.org>'
build_requires:
File::Spec: '0'
IO::Handle: '0'
IPC::Open3: '0'
Test::More: '0'
perl: '5.006'
configure_requires:
Alien::Base::ModuleBuild: '0.002'
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Alien-GPG-Error
requires:
Alien::Base: '0.002'
File::ShareDir: '1.03'
parent: '0'
strict: '0'
warnings: '0'
resources:
bugtracker: https://github.com/ajgb/alien-gpg-error/issues
homepage: https://metacpan.org/release/Alien-GPG-Error
repository: git://github.com/ajgb/alien-gpg-error.git
version: 1.21.0
x_Dist_Zilla:
perl:
version: '5.018002'
plugins:
-
class: Dist::Zilla::Plugin::ExecDir
name: '@Filter/ExecDir'
version: '5.036'
-
NAME
Alien::GPG::Error - Install and make available libgpg-error
VERSION
version 1.21.0
SYNOPSIS
use Alien::GPG::Error;
my $cflags = Alien::GPG::Error->cflags;
my $libs = Alien::GPG::Error->libs;
DESCRIPTION
Alien::GPG::Error installs the C library "libgpg-error" v1.21.
SEE ALSO
* <https://www.gnupg.org/related_software/libgpg-error/index.html>
AUTHOR
Alex J. G. BurzyÅski <ajgb@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Alex J. G. BurzyÅski
<ajgb@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
lib/Alien/GPG/Error.pm view on Meta::CPAN
# ABSTRACT: Install and make available libgpg-error
use strict;
use warnings;
package Alien::GPG::Error;
our $AUTHORITY = 'cpan:AJGB';
$Alien::GPG::Error::VERSION = '1.21.0';
use parent 'Alien::Base';
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
Alien::GPG::Error - Install and make available libgpg-error
=head1 VERSION
version 1.21.0
=head1 SYNOPSIS
use Alien::GPG::Error;
my $cflags = Alien::GPG::Error->cflags;
my $libs = Alien::GPG::Error->libs;
=head1 DESCRIPTION
Alien::GPG::Error installs the C library C<libgpg-error> v1.21.
=head1 SEE ALSO
=over 4
=item * L<https://www.gnupg.org/related_software/libgpg-error/index.html>
=back
=head1 AUTHOR
Alex J. G. BurzyÅski <ajgb@cpan.org>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Alex J. G. BurzyÅski <ajgb@cpan.org>.
( run in 2.824 seconds using v1.01-cache-2.11-cpan-e1769b4cff6 )