~ubuntu-branches/ubuntu/trusty/horae/trusty

« back to all changes in this revision

Viewing changes to 0CPAN/Math-Spline-0.01/Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Carlo Segre
  • Date: 2008-02-23 23:13:02 UTC
  • mfrom: (2.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080223231302-mnyyxs3icvrus4ke
Tags: 066-3
Apply patch to athena_parts/misc.pl for compatibility with 
perl-tk 804.28.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
use ExtUtils::MakeMaker;
2
 
use Config;
3
 
 
4
 
$Version = '0.01';
5
 
 
6
 
WriteMakefile(
7
 
               'NAME'     => 'Math::Spline',
8
 
               'LINKTYPE' => '$(INST_PM)',
9
 
               'VERSION'  => $Version,
10
 
               'dist'     => { SUFFIX => 'gz', COMPRESS => 'gzip -f' },
11
 
               'clean'    => {'FILES' => '*~'},
12
 
);