Alien-Libgpg_error
view release on metacpan or search on metacpan
lib/Alien/Libgpg_error.pm view on Meta::CPAN
package Alien::Libgpg_error;
our $VERSION = '0.02';
use 5.006;
use strict;
use warnings;
use base qw(Alien::Base);
1;
=head1 NAME
Alien::Libgpg_error - Download, configure, build and install libgpg-error automagically!
=head1 SYNOPSIS
use Module::Build;
use Alien::Libgpg_error;
my $alge = Alien::Libgpg_error->new();
...
=head1 SEE ALSO
L<Alien::Base>, L<Alien::Libgcrypt>.
=head1 SUPPORT
For support go to the GitHub repository at
L<https://github.com/salva/p5-Alien-Libgpg_error>.
=head1 COPYRIGHT AND LICENSE
Copyright E<copy> 2016 by Salvador Fandiño
(sfandino@yahoo.com)
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.4 or,
at your option, any later version of Perl 5 you may have available.
=cut
( run in 1.343 second using v1.01-cache-2.11-cpan-df04353d9ac )