ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/common-sense/Makefile.PL
Revision: 1.2
Committed: Fri Feb 19 14:58:40 2010 UTC (14 years, 4 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-3_6, rel-3_5, rel-3_4, rel-3_3, rel-3_2, rel-3_1
Changes since 1.1: +4 -2 lines
Log Message:
*** empty log message ***

File Contents

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