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.4 by root, Wed Jul 31 17:44:54 2013 UTC vs.
Revision 1.5 by root, Thu Aug 1 02:01:44 2013 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines