ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Sys-FreezeThaw/Makefile.PL
Revision: 1.1
Committed: Sat Oct 5 17:51:34 2013 UTC (10 years, 8 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-0_02, HEAD
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 FreezeThaw.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
6     COMPRESS => 'gzip -9v',
7     SUFFIX => '.gz',
8     },
9     NAME => 'Sys::FreezeThaw',
10     VERSION_FROM => 'FreezeThaw.pm',
11     );