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.3 by root, Tue Jul 14 19:39:34 2009 UTC vs.
Revision 1.4 by root, Fri Jul 17 02:52:22 2009 UTC

36 VERSION_FROM => "Async.pm", 36 VERSION_FROM => "Async.pm",
37 INC => $INC, 37 INC => $INC,
38 LIBS => $LIBS, 38 LIBS => $LIBS,
39 PREREQ_FATAL => 1, 39 PREREQ_FATAL => 1,
40 PREREQ_PM => { 40 PREREQ_PM => {
41 EV => 3.6, #TODO bump 41 EV => 3.7,
42 Async::Interrupt => 0, 42 Async::Interrupt => 0.5,
43 common::sense => 0, 43 common::sense => 0,
44 }, 44 },
45 META_MERGE => { 45 META_MERGE => {
46 configure_requires => { 46 configure_requires => {
47 EV => 2.0, 47 EV => 2.0,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines