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

Comparing Coro/Makefile.PL (file contents):
Revision 1.57 by root, Wed Jul 8 02:16:49 2009 UTC vs.
Revision 1.58 by root, Thu Jul 9 18:45:57 2009 UTC

104 }, 104 },
105 # neither configure_requires nor recommends can be used 105 # neither configure_requires nor recommends can be used
106 # for optional dependencies. whoever decided that a module needs 106 # for optional dependencies. whoever decided that a module needs
107 # to build properly without its dependencies installed 107 # to build properly without its dependencies installed
108 # needs his brain rearranged dramatically. 108 # needs his brain rearranged dramatically.
109 EXTRA_META => q{ 109 META_MERGE => {
110recommends: 110 recommends => {
111 Event: 1.08 111 Event => 1.08,
112 EV: 3.0 112 EV => 3.0,
113 IO::AIO: 3.1 113 IO::AIO => 3.1,
114 AnyEvent::AIO: 1.0 114 AnyEvent::AIO => 1.0,
115 BDB: 0 115 BDB => 0,
116 AnyEvent::BDB: 1.0 116 AnyEvent::BDB => 1.0,
117 }
117 }, 118 },
118 PM => { 119 PM => {
119 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm', 120 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm',
120 121
121 'Coro/State.pm' => '$(INST_LIBDIR)/Coro/State.pm', 122 'Coro/State.pm' => '$(INST_LIBDIR)/Coro/State.pm',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines