Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 8db744b3363ca310f5c936688f676a0e > files > 48

perl-Coro-6.410.0-5.mga5.i586.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',
                  },
));