ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-FCP/Makefile.PL
Revision: 1.2
Committed: Tue Dec 1 13:49:56 2009 UTC (14 years, 5 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-0_21, rel-0_3, rel-0_4, rel-0_5, HEAD
Changes since 1.1: +1 -0 lines
Log Message:
0.21

File Contents

# Content
1 use ExtUtils::MakeMaker;
2
3 require 5.008;
4
5 WriteMakefile(
6 dist => {
7 PREOP => 'pod2text FCP.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
8 COMPRESS => 'gzip -9v',
9 SUFFIX => '.gz',
10 },
11 NAME => "AnyEvent::FCP",
12 VERSION_FROM => "FCP.pm",
13 # EXE_FILES => [qw(bin/fmd)],
14 PREREQ_PM => {
15 AnyEvent => 2.6,
16 common::sense => 0,
17 },
18 );
19