Revision: | 1.3 |
Committed: | Fri Jan 20 00:05:34 2012 UTC (13 years, 3 months ago) by root |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | rel-1_1, rel-1_0, HEAD |
Changes since 1.2: | +1 -1 lines |
Log Message: | *** empty log message *** |
# | Content |
---|---|
1 | use ExtUtils::MakeMaker; |
2 | |
3 | my $mm = MM->new({ |
4 | dist => { |
5 | PREOP => 'pod2text LibExtractor.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', |
6 | COMPRESS => 'gzip -9v', |
7 | SUFFIX => '.gz', |
8 | }, |
9 | NAME => "Perl::LibExtractor", |
10 | VERSION_FROM => "LibExtractor.pm", |
11 | EXE_FILES => ["bin/perl-libextractor"], |
12 | PREREQ_PM => { |
13 | common::sense => 3.4, |
14 | Perl::Strip => 1.0, |
15 | }, |
16 | }); |
17 | |
18 | $mm->flush; |
19 |