The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
NAME
    Alien::Sodium - Install and make available libsodium library

VERSION
    version 0.01

SYNOPSIS
        use Alien::Sodium;

        my $cflags = Alien::Sodium->cflags;
        my $libs = Alien::Sodium->libs;

DESCRIPTION
    Alien::Sodium installs the C library "libsodium" version v0.4.5
    (2014-02-03).

SEE ALSO
    *   <https://github.com/jedisct1/libsodium>

AUTHOR
    Alex J. G. Burzyński <ajgb@cpan.org>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2014 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.