~ubuntu-branches/ubuntu/gutsy/horae/gutsy

« back to all changes in this revision

Viewing changes to 0CPAN/Math-Combinatorics-0.08/Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Carlo Segre
  • Date: 2006-12-28 12:36:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061228123648-9xnjr76wfthd92cq
Tags: 064-1
New upstream release, dropped dependency on libtk-filedialog-perl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
use ExtUtils::MakeMaker;
2
 
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
3
 
# the contents of the Makefile that is written.
4
 
WriteMakefile(
5
 
    'NAME'              => 'Math::Combinatorics',
6
 
    'VERSION_FROM'      => 'lib/Math/Combinatorics.pm', # finds $VERSION
7
 
    'PREREQ_PM'         => {}, # e.g., Module::Name => 1.1
8
 
    ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
9
 
      (ABSTRACT_FROM => 'lib/Math/Combinatorics.pm', # retrieve abstract from module
10
 
       AUTHOR     => 'Allen Day <allenday@ucla.edu>') : ()),
11
 
);