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

Comparing AnyEvent-MP/Makefile.PL (file contents):
Revision 1.12 by root, Tue Sep 1 15:11:40 2009 UTC vs.
Revision 1.22 by root, Tue Jul 24 07:09:28 2018 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2 2
3use 5.010; # smartmatching 3use Canary::Stability AnyEvent::MP => 1, 5.008002;
4 4
5my $mm = MM->new({ 5my $mm = MM->new({
6 dist => { 6 dist => {
7 PREOP => 'pod2text MP.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 7 PREOP => 'pod2text MP.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
8 COMPRESS => 'gzip -9v', 8 COMPRESS => 'gzip -9v',
9 SUFFIX => '.gz', 9 SUFFIX => '.gz',
10 }, 10 },
11 NAME => "AnyEvent::MP", 11 NAME => "AnyEvent::MP",
12 VERSION_FROM => "MP/Kernel.pm", 12 VERSION_FROM => "MP/Config.pm",
13 EXE_FILES => ["bin/aemp"], 13 EXE_FILES => ["bin/aemp"],
14 CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 0 },
14 PREREQ_PM => { 15 PREREQ_PM => {
15 AnyEvent => 5.11, 16 AnyEvent => 6.14,
16 AnyEvent::Watchdog => 1.0, 17 AnyEvent::Watchdog => 1.0,
18 Digest::SHA3 => 0.24,
17 Digest::MD6 => 0, 19 Digest::HMAC => 1.03,
18 Digest::HMAC_MD6 => 0,
19 MIME::Base64 => 3, 20 MIME::Base64 => 3,
20 JSON::XS => 2.25, 21 JSON::XS => 2.25,
21 Net::Interface => 1.011, 22 CBOR::XS => 1.5,
23 Guard => 1.022,
22 common::sense => 0, 24 common::sense => 0,
25 Task::Weaken => 0,
26 },
27 META_MERGE => {
28 recommends => {
29 Net::Interface => 1.011,
30 }
23 }, 31 },
24}); 32});
25 33
26$mm->flush; 34$mm->flush;
27 35

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines