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

Comparing AnyEvent-WebDriver/Makefile.PL (file contents):
Revision 1.2 by root, Tue Aug 28 23:30:45 2018 UTC vs.
Revision 1.3 by root, Tue Aug 28 23:42:06 2018 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2 2
3use Canary::Stability AnyEvent => 1, 5.008001; 3use Canary::Stability AnyEvent::WebDriver => 1, 5.008001;
4 4
5my $mm = MM->new({ 5my $mm = MM->new({
6 dist => { 6 dist => {
7 PREOP => 'pod2text WebDriver.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 7 PREOP => 'pod2text WebDriver.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::WebDriver", 11 NAME => "AnyEvent::WebDriver",
12 VERSION_FROM => "WebDriver.pm", 12 VERSION_FROM => "WebDriver.pm",
13 CONFIGURE_REQUIRES => { "ExtUtils::MakeMaker" => 6.52, "Canary::Stability" => 0 }, 13 CONFIGURE_REQUIRES => { "ExtUtils::MakeMaker" => 6.52, "Canary::Stability" => 2012 },
14 PREREQ_PM => { 14 PREREQ_PM => {
15 common::sense => 3.74,
16 JSON::XS => 3.04,
15 AnyEvent => 5.33, 17 AnyEvent => 5.33,
16 AnyEvent::HTTP => 2.22, 18 AnyEvent::HTTP => 2.22,
17 common::sense => 3.74,
18 JSON::XS => 3.04,
19 }, 19 },
20}); 20});
21 21
22$mm->flush; 22$mm->flush;
23 23

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines