ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-ReadLine-Gnu/Makefile.PL
Revision: 1.3
Committed: Tue Dec 12 15:50:45 2017 UTC (6 years, 4 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-1_1, HEAD
Changes since 1.2: +5 -1 lines
Log Message:
1.1

File Contents

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