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

Comparing AnyEvent-DBI/Makefile.PL (file contents):
Revision 1.3 by root, Sat Oct 30 20:23:44 2010 UTC vs.
Revision 1.4 by root, Tue Aug 15 07:28:55 2017 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2
3use Canary::Stability AnyEvent::DBI => 1, 5.008;
2 4
3my $mm = MM->new({ 5my $mm = MM->new({
4 dist => { 6 dist => {
5 PREOP => 'pod2text DBI.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 7 PREOP => 'pod2text DBI.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
6 COMPRESS => 'gzip -9v', 8 COMPRESS => 'gzip -9v',
7 SUFFIX => '.gz', 9 SUFFIX => '.gz',
8 }, 10 },
9 NAME => "AnyEvent::DBI", 11 NAME => "AnyEvent::DBI",
10 VERSION_FROM => "DBI.pm", 12 VERSION_FROM => "DBI.pm",
13 CONFIGURE_REQUIRES => {
14 "ExtUtils::MakeMaker" => 6.6,
15 "Canary::Stability" => 0,
16 },
11 PREREQ_PM => { 17 PREREQ_PM => {
12 AnyEvent => 4.15, 18 AnyEvent => 4.15,
13 DBI => 1.0, 19 DBI => 1.0,
14 common::sense => 3.3, 20 common::sense => 3.3,
21 CBOR::XS => 1.7,
22 Convert::Scalar => 1.12,
15 }, 23 },
16}); 24});
17 25
18$mm->flush; 26$mm->flush;
19 27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines