ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Digest-Hashcash/Makefile.PL
Revision: 1.3
Committed: Tue Jul 21 05:01:01 2015 UTC (8 years, 9 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-1_1, rel-1_0, HEAD
Changes since 1.2: +2 -1 lines
Log Message:
1.0

File Contents

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