ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Digest-Hashcash/Makefile.PL
(Generate patch)

Comparing Digest-Hashcash/Makefile.PL (file contents):
Revision 1.2 by root, Sun Sep 7 00:58:23 2003 UTC vs.
Revision 1.3 by root, Tue Jul 21 05:01:01 2015 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines