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

Comparing Coro/Makefile.PL (file contents):
Revision 1.59 by root, Tue Jul 14 00:55:10 2009 UTC vs.
Revision 1.61 by root, Thu Jul 23 01:35:18 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***
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 => {
85 common::sense => 0, 87 common::sense => 0,
86 Scalar::Util => 0.00, 88 Scalar::Util => 0.00,
87 AnyEvent => 4.800001, 89 AnyEvent => 4.81,
88 Storable => 2.15, 90 Storable => 2.15,
89 Time::HiRes => 0, 91 Time::HiRes => 0,
90 Guard => 0.5, 92 Guard => 0.5,
91 93
92 # for Coro::Event 94 # for Coro::Event

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines