ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Digest-FNV-XS/Makefile.PL
Revision: 1.1
Committed: Thu Oct 29 10:56:00 2015 UTC (8 years, 6 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     use Canary::Stability Digest::FNV::XS => 1, 5.008;
4    
5     WriteMakefile(
6     dist => {
7     PREOP => 'pod2text XS.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
8     COMPRESS => 'gzip -9v',
9     SUFFIX => '.gz',
10     },
11     NAME => "Digest::FNV::XS",
12     VERSION_FROM => "XS.pm",
13     CONFIGURE_REQUIRES => { "ExtUtils::MakeMaker" => 6.52, "Canary::Stability" => 0 },
14     );
15