ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV-Loop-Async/Makefile.PL
(Generate patch)

Comparing EV-Loop-Async/Makefile.PL (file contents):
Revision 1.7 by root, Sat Jul 18 05:50:15 2009 UTC vs.
Revision 1.8 by root, Mon Nov 1 22:28:41 2010 UTC

38 VERSION_FROM => "Async.pm", 38 VERSION_FROM => "Async.pm",
39 INC => $INC, 39 INC => $INC,
40 LIBS => $LIBS, 40 LIBS => $LIBS,
41 PREREQ_FATAL => 1, 41 PREREQ_FATAL => 1,
42 PREREQ_PM => { 42 PREREQ_PM => {
43 EV => 3.7, 43 EV => 4.00,
44 Async::Interrupt => 0.5, 44 Async::Interrupt => 0.5,
45 common::sense => 0, 45 common::sense => 0,
46 }, 46 },
47 META_MERGE => { 47 CONFIGURE_REQUIRES => {
48 configure_requires => { 48 EV => 4.00,
49 EV => 3.7, 49 Async::Interrupt => 0.5,
50 }, 50 common::sense => 0,
51 }, 51 },
52)}); 52)});
53 53
54$mm->flush; 54$mm->flush;
55 55

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines