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.1 by root, Thu Jul 9 16:14:16 2009 UTC vs.
Revision 1.2 by root, Fri Feb 19 14:58:40 2010 UTC

4 dist => { 4 dist => {
5 PREOP => 'pod2text sense.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 5 PREOP => 'pod2text sense.pm | 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", 10 VERSION_FROM => "sense.pm.PL",
11 PM => { "sense.pm" => '$(INST_LIB)/common/sense.pm' },
12 clean => { FILES => "sense.pm" },
11); 13);
12 14

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines