ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-FCP/Makefile.PL
Revision: 1.1
Committed: Sat Jul 18 05:57:59 2009 UTC (14 years, 10 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-0_2
Log Message:
riddify us of meta.yml garbage in manifest

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 },
17 );
18