ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/common-sense/Makefile.PL
Revision: 1.5
Committed: Thu Aug 1 02:01:44 2013 UTC (10 years, 11 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.4: +2 -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 root 1.3 PM => {
12 root 1.5 "sense.pm" => '$(INST_ARCHLIB)/common/sense.pm',
13     "sense.pod" => '$(INST_LIB)/common/sense.pod',
14 root 1.3 },
15 root 1.2 clean => { FILES => "sense.pm" },
16 root 1.1 );
17