Alien-Libevent
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use strict;
use warnings;
use ExtUtils::MakeMaker;
use Alien::Build::MM;
if ( -e '.gitignore' ) {
system('podselect lib/Alien/Libevent.pm > README.pod');
}
if ( $^O eq 'MSWin32' ) {
print STDERR "Win32 is currently not supported";
exit(0);
}
my %WriteMakefileArgs = (
"ABSTRACT" => "Find or build libevent",
"AUTHOR" => "Thibault Duponchelle <thibault.duponchelle\@gmail.com>",
( run in 1.296 second using v1.01-cache-2.11-cpan-49f99fa48dc )