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

Comparing Coro/Makefile.PL (file contents):
Revision 1.56 by root, Sat Jun 20 08:58:00 2009 UTC vs.
Revision 1.59 by root, Tue Jul 14 00:55:10 2009 UTC

80 }, 80 },
81 NAME => "Coro", 81 NAME => "Coro",
82 VERSION_FROM => "Coro.pm", 82 VERSION_FROM => "Coro.pm",
83 DIR => ['Coro', ($EVENT ? 'Event' : ()), ($EV ? "EV" : ())], 83 DIR => ['Coro', ($EVENT ? 'Event' : ()), ($EV ? "EV" : ())],
84 PREREQ_PM => { 84 PREREQ_PM => {
85 common::sense => 0,
85 Scalar::Util => 0.00, 86 Scalar::Util => 0.00,
86 AnyEvent => 4.110001, 87 AnyEvent => 4.800001,
87 Storable => 2.15, 88 Storable => 2.15,
88 Time::HiRes => 0, 89 Time::HiRes => 0,
89 Guard => 0.5, 90 Guard => 0.5,
90 91
91 # for Coro::Event 92 # for Coro::Event
104 }, 105 },
105 # neither configure_requires nor recommends can be used 106 # neither configure_requires nor recommends can be used
106 # for optional dependencies. whoever decided that a module needs 107 # for optional dependencies. whoever decided that a module needs
107 # to build properly without its dependencies installed 108 # to build properly without its dependencies installed
108 # needs his brain rearranged dramatically. 109 # needs his brain rearranged dramatically.
109 EXTRA_META => q{ 110 META_MERGE => {
110recommends: 111 recommends => {
111 Event: 1.08 112 Event => 1.08,
112 EV: 3.0 113 EV => 3.0,
113 IO::AIO: 3.1 114 IO::AIO => 3.1,
114 AnyEvent::AIO: 1.0 115 AnyEvent::AIO => 1.0,
115 BDB: 0 116 BDB => 0,
116 AnyEvent::BDB: 1.0 117 AnyEvent::BDB => 1.0,
118 }
117 }, 119 },
118 PM => { 120 PM => {
119 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm', 121 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm',
120 122
121 'Coro/State.pm' => '$(INST_LIBDIR)/Coro/State.pm', 123 'Coro/State.pm' => '$(INST_LIBDIR)/Coro/State.pm',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines