NAME Alien::Wslay - Discover or download and install Wslay SYNOPSIS my $alien = Alien::Wslay->new; my $cflags = $alien->cflags; my $libs = $alien->libs; my $dynamic_libs = $alien->dynamic_libs; The above methods are inherited from Alien::Base. If "libwslay1 libwslay-dev" packages installed on your system, Alien::Base will attempt to use the system version. Otherwise it will download a latest from Wslay . DESCRIPTION Discover or download and install Wslay AUTHOR Yegor Korablev LICENSE The default license of Wslay is MIT.