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

Comparing Devel-FindRef/Makefile.PL (file contents):
Revision 1.4 by root, Fri Jun 23 14:40:34 2017 UTC vs.
Revision 1.5 by root, Fri Jun 23 14:42:14 2017 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2 2
3use 5.008003; 3use Canary::Stability Devel::FindRef => 1, 5.008003;
4 4
5WriteMakefile( 5WriteMakefile(
6 dist => { 6 dist => {
7 PREOP => 'pod2text FindRef.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 7 PREOP => 'pod2text FindRef.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
8 COMPRESS => 'gzip -9v', 8 COMPRESS => 'gzip -9v',
9 SUFFIX => '.gz', 9 SUFFIX => '.gz',
10 }, 10 },
11 PREREQ_PM => { 11 PREREQ_PM => {
12 common::sense => 0, 12 common::sense => 0,
13 }, 13 },
14 CONFIGURE_REQUIRES => { "ExtUtils::MakeMaker" => 6.52, "Canary::Stability" => 0 },
14 TEST_REQUIRES => { 15 TEST_REQUIRES => {
15 Task::Weaken => 0, 16 Task::Weaken => 0,
16 }, 17 },
17 NAME => "Devel::FindRef", 18 NAME => "Devel::FindRef",
18 VERSION_FROM => "FindRef.pm", 19 VERSION_FROM => "FindRef.pm",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines