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

Comparing cvsroot/Coro/Makefile.PL (file contents):
Revision 1.58 by root, Thu Jul 9 18:45:57 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***
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.800001, 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines