~ubuntu-branches/ubuntu/raring/libclass-dbi-plugin-pager-perl/raring

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Package Import Robot
  • Author(s): Xavier Guimard, Tim Retout, Ansgar Burchardt, gregor herrmann, Xavier Guimard
  • Date: 2012-12-02 16:54:38 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20121202165438-c13htngxs1gm5eb1
Tags: 0.566-1
[ Tim Retout ]
* Email change: Tim Retout -> diocles@debian.org

[ Ansgar Burchardt ]
* Email change: Ansgar Burchardt -> ansgar@debian.org
* debian/control: Convert Vcs-* fields to Git.

[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.

[ Xavier Guimard ]
* Imported Upstream version 0.566
* Remove fix-tests-new-sql-abstract.patch included now in upstream
* Use debhelper 8
* Bump Standards-Version to 3.9.4
* Add libuniversal-require-perl in dependencies
* Update debian/copyright (years and format)
* Add "libmodule-build-perl (>= 0.400000) | perl (>= 5.17.1)" in
  Build-Depends
* Clean description

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.4003
2
2
use ExtUtils::MakeMaker;
3
3
WriteMakefile
4
4
(
5
 
          'NAME' => 'Class::DBI::Plugin::Pager',
6
 
          'VERSION_FROM' => 'lib/Class/DBI/Plugin/Pager.pm',
7
 
          'PREREQ_PM' => {
8
 
                           'Carp' => '0',
9
 
                           'Class::DBI' => '0.9',
10
 
                           'Class::DBI::Plugin::AbstractCount' => '0',
11
 
                           'Class::Data::Inheritable' => '0',
12
 
                           'Data::Page' => '2',
13
 
                           'SQL::Abstract' => '0',
14
 
                           'Test::Exception' => '0',
15
 
                           'Test::More' => '0',
16
 
                           'Test::Warn' => '0',
17
 
                           'UNIVERSAL::require' => '0'
18
 
                         },
19
 
          'INSTALLDIRS' => 'site',
20
 
          'PL_FILES' => {}
21
 
        )
 
5
  'NAME' => 'Class::DBI::Plugin::Pager',
 
6
  'VERSION_FROM' => 'lib/Class/DBI/Plugin/Pager.pm',
 
7
  'PREREQ_PM' => {
 
8
                   'Carp' => 0,
 
9
                   'Class::DBI' => '0.9',
 
10
                   'Class::DBI::Plugin::AbstractCount' => 0,
 
11
                   'Class::Data::Inheritable' => 0,
 
12
                   'Data::Page' => 2,
 
13
                   'SQL::Abstract' => '1.61',
 
14
                   'Test::Exception' => 0,
 
15
                   'Test::More' => 0,
 
16
                   'Test::Warn' => 0,
 
17
                   'UNIVERSAL::require' => 0
 
18
                 },
 
19
  'INSTALLDIRS' => 'site',
 
20
  'EXE_FILES' => [],
 
21
  'PL_FILES' => {}
 
22
)
22
23
;