~ubuntu-branches/ubuntu/saucy/libfile-spec-perl/saucy

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2008-01-14 12:42:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080114124245-0t9wefk1cx22b72b
Tags: 3.2501-3
* Drop (>= 0.19) from libmodule-build-perl Build-Dependency oldstable has
  0.26 and versioned B-D breaks building with perl-modules 5.10 (which
  includes Module::Build)
* add ppport.h licensing/copyright to debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
          'DISTNAME' => 'PathTools',
9
9
          'NAME' => 'Cwd',
10
10
          'VERSION_FROM' => 'Cwd.pm',
 
11
          (
 
12
           (grep { $_ eq 'PERL_CORE=1' } @ARGV)
 
13
           ? ('DEFINE' => '-DNO_PPPORT_H')
 
14
           : ()
 
15
          ),
11
16
          'PREREQ_PM' => {
12
17
                           'Carp' => '0',
13
18
                           'File::Basename' => '0',