Alien-GPG-Error

 view release on metacpan or  search on metacpan

INSTALL  view on Meta::CPAN


Installing Alien-GPG-Error is straightforward.

## Installation with cpanm

If you have cpanm, you only need one line:

    % cpanm Alien::GPG::Error

If you are installing into a system-wide directory, you may need to pass the
"-S" flag to cpanm, which uses sudo to install the module:

    % cpanm -S Alien::GPG::Error

## Installing with the CPAN shell

Alternatively, if your CPAN shell is set up, you should just be able to do:

    % cpan Alien::GPG::Error

## Manual installation

README  view on Meta::CPAN

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>

lib/Alien/GPG/Error.pm  view on Meta::CPAN

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



( run in 0.810 second using v1.01-cache-2.11-cpan-94b05bcf43c )