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

Comparing AnyEvent-ReadLine-Gnu/Makefile.PL (file contents):
Revision 1.2 by root, Fri May 11 00:20:19 2012 UTC vs.
Revision 1.3 by root, Tue Dec 12 15:50:45 2017 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2 2
3use 5.008; 3use Canary::Stability AnyEvent::ReadLine::Gnu => 1, 5.010;
4 4
5WriteMakefile( 5WriteMakefile(
6 dist => { 6 dist => {
7 PREOP => 'pod2text Gnu.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 7 PREOP => 'pod2text Gnu.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
8 COMPRESS => 'gzip -9v', 8 COMPRESS => 'gzip -9v',
14 PREREQ_PM => { 14 PREREQ_PM => {
15 common::sense => 3, 15 common::sense => 3,
16 AnyEvent => 6, 16 AnyEvent => 6,
17 Term::ReadLine::Gnu => 1.2, 17 Term::ReadLine::Gnu => 1.2,
18 }, 18 },
19 CONFIGURE_REQUIRES => {
20 "ExtUtils::MakeMaker" => 6.6,
21 "Canary::Stability" => 0,
22 },
19); 23);
20 24

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines