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

Comparing Coro/Makefile.PL (file contents):
Revision 1.71 by root, Sat Nov 2 19:48:50 2013 UTC vs.
Revision 1.73 by root, Fri Oct 16 05:25:42 2015 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2 2
3use 5.008002; 3use Canary::Stability Coro => 1, 5.010;
4 4
5unless (-e "Coro/libcoro/coro.c") { 5unless (-e "Coro/libcoro/coro.c") {
6 print <<EOF; 6 print <<EOF;
7 7
8*** 8***
87 87
88 # for Coro::BDB 88 # for Coro::BDB
89 #BDB => 1.5, 89 #BDB => 1.5,
90 #AnyEvent::BDB => 1.0, 90 #AnyEvent::BDB => 1.0,
91 }, 91 },
92 CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 0 },
92 # neither configure_requires nor recommends can be used 93 # neither configure_requires nor recommends can be used
93 # for optional dependencies. whoever decided that a module needs 94 # for optional dependencies. whoever decided that a module needs
94 # to build properly without its dependencies installed 95 # to build properly without its dependencies installed
95 # needs his brain rearranged dramatically. 96 # needs his brain rearranged dramatically.
96 META_MERGE => { 97 META_MERGE => {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines