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

Comparing Coro/Makefile.PL (file contents):
Revision 1.55 by root, Sat Dec 13 19:18:36 2008 UTC vs.
Revision 1.62 by root, Thu Aug 20 21:51:26 2009 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2
3use 5.008002;
2 4
3unless (-e "Coro/libcoro/coro.c") { 5unless (-e "Coro/libcoro/coro.c") {
4 print <<EOF; 6 print <<EOF;
5 7
6*** 8***
80 }, 82 },
81 NAME => "Coro", 83 NAME => "Coro",
82 VERSION_FROM => "Coro.pm", 84 VERSION_FROM => "Coro.pm",
83 DIR => ['Coro', ($EVENT ? 'Event' : ()), ($EV ? "EV" : ())], 85 DIR => ['Coro', ($EVENT ? 'Event' : ()), ($EV ? "EV" : ())],
84 PREREQ_PM => { 86 PREREQ_PM => {
87 common::sense => 0,
85 Scalar::Util => 0.00, 88 Scalar::Util => 0.00,
86 AnyEvent => 4.1, 89 AnyEvent => 4.81,
87 Storable => 2.15, 90 Storable => 2.15,
88 Time::HiRes => 0, 91 Time::HiRes => 0,
89 Guard => 0.5, 92 Guard => 0.5,
90 93
91 # for Coro::Event 94 # for Coro::Event
94 # for Coro::EV 97 # for Coro::EV
95 #EV => 3.3, 98 #EV => 3.3,
96 99
97 # for Coro::AIO 100 # for Coro::AIO
98 #IO::AIO => 2.3, 101 #IO::AIO => 2.3,
99 #AnyEvent::AIO => 1.0, 102 #AnyEvent::AIO => 1.1,
100 103
101 # for Coro::BDB 104 # for Coro::BDB
102 #BDB => 1.5, 105 #BDB => 1.5,
103 #AnyEvent::BDB => 1.0, 106 #AnyEvent::BDB => 1.0,
104 }, 107 },
105 # neither configure_requires nor recommends can be used 108 # neither configure_requires nor recommends can be used
106 # for optional dependencies. whoever decided that a module needs 109 # for optional dependencies. whoever decided that a module needs
107 # to build properly without its dependencies installed 110 # to build properly without its dependencies installed
108 # needs his brain rearranged dramatically. 111 # needs his brain rearranged dramatically.
109 EXTRA_META => q{ 112 META_MERGE => {
110recommends: 113 recommends => {
111 Event: 1.08 114 Event => 1.08,
112 EV: 3.0 115 EV => 3.0,
113 IO::AIO: 3.1 116 IO::AIO => 3.1,
114 AnyEvent::AIO: 1.0 117 AnyEvent::AIO => 1.0,
115 BDB: 0 118 BDB => 0,
116 AnyEvent::BDB: 1.0 119 AnyEvent::BDB => 1.0,
120 }
117 }, 121 },
118 PM => { 122 PM => {
119 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm', 123 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm',
120 124
121 'Coro/State.pm' => '$(INST_LIBDIR)/Coro/State.pm', 125 'Coro/State.pm' => '$(INST_LIBDIR)/Coro/State.pm',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines