ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Devel-FindRef/Makefile.PL
Revision: 1.3
Committed: Sun Aug 30 14:34:41 2009 UTC (14 years, 8 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-1_44, rel-1_43, rel-1_422
Changes since 1.2: +3 -0 lines
Log Message:
1.422

File Contents

# Content
1 use ExtUtils::MakeMaker;
2
3 use 5.008001;
4
5 WriteMakefile(
6 dist => {
7 PREOP => 'pod2text FindRef.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
8 COMPRESS => 'gzip -9v',
9 SUFFIX => '.gz',
10 },
11 PREREQ_PM => {
12 common::sense => 0,
13 },
14 NAME => "Devel::FindRef",
15 VERSION_FROM => "FindRef.pm",
16 );
17