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

Comparing Convert-CD/Makefile.PL (file contents):
Revision 1.1 by root, Mon Jun 9 19:32:52 2003 UTC vs.
Revision 1.2 by root, Mon Jun 9 19:34:01 2003 UTC

1use ExtUtils::MakeMaker;
2
3use 5.006;
4
5WriteMakefile(
6 dist => {
7 PREOP => 'pod2text lib/Convert/CD.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
8 COMPRESS => 'gzip -9v',
9 SUFFIX => '.gz',
10 },
11 EXE_FILES => [qw(bin/cvtiso)],
12 NAME => "Linux::NBD",
13 VERSION_FROM => "lib/Convert/CD.pm",
14);
15

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines