Alien::Wslay
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.
libwslay1 libwslay-dev
Discover or download and install Wslay
Yegor Korablev <egor@cpan.org>
The default license of Wslay is MIT.
To install Alien::Wslay, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Alien::Wslay
CPAN shell
perl -MCPAN -e shell install Alien::Wslay
For more information on module installation, please visit the detailed CPAN module installation guide.