ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Devel-FindRef/Makefile.PL
Revision: 1.5
Committed: Fri Jun 23 14:42:14 2017 UTC (6 years, 10 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-1_46, rel-1_45, HEAD
Changes since 1.4: +2 -1 lines
Log Message:
*** empty log message ***

File Contents

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