ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Crypt-Ed25519/Makefile.PL
Revision: 1.2
Committed: Mon Jun 29 12:33:37 2015 UTC (8 years, 10 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-1_03, rel-1_04, rel-1_05, HEAD
Changes since 1.1: +2 -1 lines
Log Message:
1.03

File Contents

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