ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/common-sense/Makefile.PL
Revision: 1.1
Committed: Thu Jul 9 16:14:16 2009 UTC (14 years, 11 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-3_0, rel-2_01, rel-2_0, rel-2_02, rel-2_03, rel-1_0, rel-0_04, rel-0_03
Log Message:
*** empty log message ***

File Contents

# Content
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 NAME => "common::sense",
10 VERSION_FROM => "sense.pm",
11 );
12