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

Comparing Coro/Makefile.PL (file contents):
Revision 1.25 by root, Mon Nov 6 19:26:10 2006 UTC vs.
Revision 1.27 by root, Fri Dec 1 19:58:53 2006 UTC

53 # for Coro::Event 53 # for Coro::Event
54 Event => 0.86, 54 Event => 0.86,
55 55
56 # for Coro::AIO, Coro::Util 56 # for Coro::AIO, Coro::Util
57 IO::AIO => 1.6, 57 IO::AIO => 1.6,
58 AnyEvent => 0, 58 AnyEvent => 2.1,
59 }, 59 },
60 PM => { 60 PM => {
61 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm', 61 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm',
62 62
63 'Coro/State.pm' => '$(INST_LIBDIR)/Coro/State.pm', 63 'Coro/State.pm' => '$(INST_LIBDIR)/Coro/State.pm',
64 64
65 'Coro/MakeMaker.pm' => '$(INST_LIBDIR)/Coro/MakeMaker.pm', 65 'Coro/MakeMaker.pm' => '$(INST_LIBDIR)/Coro/MakeMaker.pm',
66 'Coro/CoroAPI.h' => '$(INST_LIBDIR)/Coro/CoroAPI.h', 66 'Coro/CoroAPI.h' => '$(INST_LIBDIR)/Coro/CoroAPI.h',
67 67
68 'Coro/Cont.pm' => '$(INST_LIBDIR)/Coro/Cont.pm', 68# 'Coro/Cont.pm' => '$(INST_LIBDIR)/Coro/Cont.pm',
69 69
70 'Coro/Specific.pm' => '$(INST_LIBDIR)/Coro/Specific.pm', 70 'Coro/Specific.pm' => '$(INST_LIBDIR)/Coro/Specific.pm',
71 71
72 'Coro/Timer.pm' => '$(INST_LIBDIR)/Coro/Timer.pm', 72 'Coro/Timer.pm' => '$(INST_LIBDIR)/Coro/Timer.pm',
73 'Coro/Signal.pm' => '$(INST_LIBDIR)/Coro/Signal.pm', 73 'Coro/Signal.pm' => '$(INST_LIBDIR)/Coro/Signal.pm',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines