ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro-Multicore/Makefile.PL
(Generate patch)

Comparing Coro-Multicore/Makefile.PL (file contents):
Revision 1.1 by root, Sat Jun 27 17:59:10 2015 UTC vs.
Revision 1.4 by root, Sun Aug 12 21:56:21 2018 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2use Coro::MakeMaker; 2use Coro::MakeMaker;
3 3
4use Canary::Stability Coro::Multicore => 1; 4use Canary::Stability Coro::Multicore => 1, 5.008009;
5 5
6if ($^O eq "MSWin32") { 6if ($^O eq "MSWin32") {
7 # configuration on windows is hardcoded - as always 7 # configuration on windows is hardcoded - as always
8 8
9 print STDERR <<EOF; 9 print STDERR <<EOF;
74 COMPRESS => 'gzip -9v', 74 COMPRESS => 'gzip -9v',
75 SUFFIX => '.gz', 75 SUFFIX => '.gz',
76 }, 76 },
77 NAME => "Coro::Multicore", 77 NAME => "Coro::Multicore",
78 VERSION_FROM => "Multicore.pm", 78 VERSION_FROM => "Multicore.pm",
79 CONFIGURE_REQUIRES => { "ExtUtils::MakeMaker" => 6.52, "Canary::Stability" => 0, "Coro" => 6, "AnyEvent" => 7 }, 79 CONFIGURE_REQUIRES => { "ExtUtils::MakeMaker" => 6.52, "Canary::Stability" => 0, "Coro" => 6.44 },
80 TEST_REQUIRES => { "Coro" => 6.44 },
81 PREREQ_PM => { "Coro" => 6.44, "AnyEvent" => 7 },
80 INC => $INC, 82 INC => $INC,
81 LIBS => $LIBS, 83 LIBS => $LIBS,
82)); 84));
83 85

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines