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

Comparing Coro-Multicore/Makefile.PL (file contents):
Revision 1.1 by root, Sat Jun 27 17:59:10 2015 UTC vs.
Revision 1.2 by root, Mon Jun 29 13:15:53 2015 UTC

74 COMPRESS => 'gzip -9v', 74 COMPRESS => 'gzip -9v',
75 SUFFIX => '.gz', 75 SUFFIX => '.gz',
76 }, 76 },
77 NAME => "Coro::Multicore", 77 NAME => "Coro::Multicore",
78 VERSION_FROM => "Multicore.pm", 78 VERSION_FROM => "Multicore.pm",
79 CONFIGURE_REQUIRES => { "ExtUtils::MakeMaker" => 6.52, "Canary::Stability" => 0, "Coro" => 6, "AnyEvent" => 7 }, 79 CONFIGURE_REQUIRES => { "ExtUtils::MakeMaker" => 6.52, "Canary::Stability" => 0, "Coro" => 6.44 },
80 PREREQ_PM => { "Coro" => 6.44, "AnyEvent" => 7 },
80 INC => $INC, 81 INC => $INC,
81 LIBS => $LIBS, 82 LIBS => $LIBS,
82)); 83));
83 84

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines