The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Alien::psl

SYNOPSIS

    my $alien = Alien::psl->new;
    my $cflags = $alien->cflags;
    my $libs = $alien->libs;
    my $dynamic_libs = $alien->dynamic_libs;

The above methods are inherited from Alien::Base.

If libpsl libpsl-dev packages installed on your system, Alien::Base will attempt to use the system version. Otherwise it will download a latest from psl.

DESCRIPTION

Discover or download and install psl

AUTHOR

Yegor Korablev <egor@cpan.org>

LICENSE

The default license of psl is MIT.