ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-Clone/Makefile.PL
Revision: 1.1
Committed: Mon Nov 28 05:43:03 2011 UTC (12 years, 5 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-1_1, rel-1_0, rel-1_3, rel-1_2, rel-0_01, HEAD
Log Message:
0.01

File Contents

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