~ubuntu-branches/ubuntu/utopic/libmime-types-perl/utopic

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Package Import Robot
  • Author(s): Damyan Ivanov
  • Date: 2013-10-22 22:46:29 UTC
  • mfrom: (1.2.20) (3.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20131022224629-kozx11eri1zlahtc
Tags: 2.04-1
* Imported Upstream version 2.04
* drop spelling.patch, applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
use ExtUtils::MakeMaker;
2
2
 
3
 
require 5.005;
 
3
require 5.008_008;
 
4
 
 
5
my $version  = '2.04';   # scanned by bin/collect_types !
4
6
 
5
7
WriteMakefile
6
8
  ( NAME      => 'MIME::Types'
7
 
  , VERSION   => '1.38'
 
9
  , VERSION   => $version
8
10
  , PREREQ_PM =>
9
 
    { Test::More => 0.47
 
11
    { Test::More     => 0.47
 
12
    , File::Spec     => 0
 
13
    , File::Basename => 0
10
14
    }
11
15
  , AUTHOR    => 'Mark Overmeer'
12
16
  , ABSTRACT  => 'Definition of MIME types'