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

Comparing IO-FDPass/Makefile.PL (file contents):
Revision 1.2 by root, Thu Apr 18 11:04:15 2013 UTC vs.
Revision 1.3 by root, Mon Jul 6 17:44:23 2015 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines