Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 0f5690b32f95d575eb58449219bc1e30 > files > 45

perl-Coro-6.310.0-2.mga4.x86_64.rpm

use ExtUtils::MakeMaker;
use EV::MakeMaker;

use 5.008;

use Config;

$|=1;

WriteMakefile(EV::MakeMaker::ev_args(
  NAME         => "Coro::EV",
  VERSION_FROM => "EV.pm",
  DEFINE       => $DEFINE,
  DIR          => [],
  PM           => {
                       'EV.pm'	=> '$(INST_LIBDIR)/EV.pm',
                  },
));