ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Array-Heap/Makefile.PL
Revision: 1.2
Committed: Sun Jul 26 04:50:02 2009 UTC (14 years, 9 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-3_1, rel-3_0, rel-2_0
Changes since 1.1: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

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