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

Comparing Linux-DVB/Makefile.PL (file contents):
Revision 1.1 by root, Mon Sep 6 06:25:12 2004 UTC vs.
Revision 1.2 by root, Sun Jun 14 09:53:26 2015 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2 2
3use 5.006; 3use Canary::Stability Coro => 1, 5.006;
4 4
5WriteMakefile( 5WriteMakefile(
6 dist => { 6 dist => {
7 PREOP => 'pod2text DVB.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 7 PREOP => 'pod2text DVB.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 INC => "-I/usr/src/linux/include", 11 CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 2001 },
12 NAME => "Linux::DVB", 12 NAME => "Linux::DVB",
13 VERSION_FROM => "DVB.pm", 13 VERSION_FROM => "DVB.pm",
14); 14);
15 15

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines