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.3 by root, Sat Dec 19 23:56:14 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines