~ubuntu-branches/debian/jessie/libtest-exception-perl/jessie

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann, gregor herrmann, David Paleino, Martín Ferrari, Niko Tyni
  • Date: 2008-03-17 01:28:05 UTC
  • mfrom: (1.2.1 upstream) (4.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080317012805-wnjcu33egu0lxncq
Tags: 0.27-1
[ gregor herrmann ]
* debian/control:
  - added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza)
  - set Maintainer to Debian Perl Group
  - add /me to Uploaders
  - make runtime dependencies versioned, too
* Use dist-based URL in debian/watch.
* debian/rules: 
  - delete /usr/lib/perl5 only if it exists (closes: #467271)
  - update based on dh-make-perl's templates
* debian/copyright: add actual copyright notice.

[ David Paleino ]
* New upstream release
* debian/control:
  - added myself to Uploaders
  - Standards-Version updated to 3.7.3
  - added libtest-harness-perl to Build-Depends
  - fixed versions of Build-Dependencies
* debian/compat: updated to version 5
* debian/rules: minimal changes

[ Martín Ferrari ]
* New upstream release (0.27).
* Upgrade debhelper dependency to 5.
* Set versioned dependency on libtest-simple-perl, waiting for #457165 to be
  fixed.

[ Niko Tyni ]
* Split most of Build-Depends into Build-Depends-Indep.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Note: this file was auto-generated by Module::Build::Compat version 0.03
 
1
# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
 
2
require 5.6.1;
2
3
use ExtUtils::MakeMaker;
3
4
WriteMakefile
4
5
(
5
 
          'PL_FILES' => {},
6
 
          'INSTALLDIRS' => 'site',
7
6
          'NAME' => 'Test::Exception',
8
7
          'VERSION_FROM' => 'lib/Test/Exception.pm',
9
8
          'PREREQ_PM' => {
10
 
                           'Test::More' => '0.44',
 
9
                           'Sub::Uplevel' => '0.18',
 
10
                           'Test::Builder' => '0.7',
 
11
                           'Test::Builder::Tester' => '1.07',
11
12
                           'Test::Harness' => '2.03',
12
 
                           'Test::Builder' => '0.13',
13
 
                           'Sub::Uplevel' => '0.06',
14
 
                           'Test::Builder::Tester' => '1.01'
15
 
                         }
 
13
                           'Test::More' => '0.7',
 
14
                           'Test::Simple' => '0.7'
 
15
                         },
 
16
          'INSTALLDIRS' => 'site',
 
17
          'EXE_FILES' => [],
 
18
          'PL_FILES' => {}
16
19
        )
17
20
;