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

Comparing cvsroot/Perl-LibExtractor/Makefile.PL (file contents):
Revision 1.1 by root, Fri Jan 13 20:36:40 2012 UTC vs.
Revision 1.3 by root, Fri Jan 20 00:05:34 2012 UTC

6 COMPRESS => 'gzip -9v', 6 COMPRESS => 'gzip -9v',
7 SUFFIX => '.gz', 7 SUFFIX => '.gz',
8 }, 8 },
9 NAME => "Perl::LibExtractor", 9 NAME => "Perl::LibExtractor",
10 VERSION_FROM => "LibExtractor.pm", 10 VERSION_FROM => "LibExtractor.pm",
11 EXE_FILES => ["bin/perlstrip"], 11 EXE_FILES => ["bin/perl-libextractor"],
12 PREREQ_PM => { 12 PREREQ_PM => {
13 common::sense => 3.4, 13 common::sense => 3.4,
14 Perl::Strip => 1.0, 14 Perl::Strip => 1.0,
15 }, 15 },
16}); 16});

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines