ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Canary-Stability/Makefile.PL
Revision: 1.1
Committed: Wed Jun 3 20:29:47 2015 UTC (8 years, 11 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel_2011, rel-2006, rel-2013, rel-2012, rel-2001, HEAD
Log Message:
rel_1996

File Contents

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