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

Comparing common-sense/Makefile.PL (file contents):
Revision 1.5 by root, Thu Aug 1 02:01:44 2013 UTC vs.
Revision 1.6 by root, Mon Jun 29 12:40:22 2015 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2 2
3WriteMakefile( 3WriteMakefile(
4 dist => { 4 dist => {
5 PREOP => 'pod2text sense.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 5 PREOP => 'pod2text sense.pod | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
6 COMPRESS => 'gzip -9v', 6 COMPRESS => 'gzip -9v',
7 SUFFIX => '.gz', 7 SUFFIX => '.gz',
8 }, 8 },
9 NAME => "common::sense", 9 NAME => "common::sense",
10 VERSION_FROM => "sense.pm.PL", 10 VERSION_FROM => "sense.pm.PL",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines