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.2 by root, Fri Feb 19 14:58:40 2010 UTC vs.
Revision 1.3 by root, Tue Jul 30 23:27:09 2013 UTC

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",
11 PM => {
11 PM => { "sense.pm" => '$(INST_LIB)/common/sense.pm' }, 12 "sense.pm" => '$(INST_ARCHLIBDIR)/common/sense.pm',
13 "sense.pod" => '$(INST_LIBDIR)/common/sense.pod',
14 },
12 clean => { FILES => "sense.pm" }, 15 clean => { FILES => "sense.pm" },
13); 16);
14 17

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines