ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Games-Go-SimpleBoard/Makefile.PL
Revision: 1.2
Committed: Tue Jul 29 10:17:37 2008 UTC (15 years, 9 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -4 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 require 5.008;
2    
3     use ExtUtils::MakeMaker;
4    
5     WriteMakefile(
6     dist => {
7     PREOP => 'pod2text SimpleBoard.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
8     COMPRESS => 'gzip -9v',
9     SUFFIX => '.gz',
10     },
11     DIR => [],
12     NAME => 'Games::Go::SimpleBoard',
13     VERSION_FROM => 'SimpleBoard.pm',
14     );
15    
16    
17