~ubuntu-branches/ubuntu/utopic/libdbd-csv-perl/utopic-proposed

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann, Nicholas Bamber, Ansgar Burchardt, gregor herrmann
  • Date: 2011-02-12 21:34:28 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20110212213428-6wd71j0iicbugnx5
Tags: 0.3100-1
[ Nicholas Bamber ]
* Added myself to Uploaders 
* New upstream release
* Upped standards version to 3,9.1
* Refreshed copyright
* Reviewed patch
* Updated dependencies

[ Ansgar Burchardt ]
* Update my email address.

[ gregor herrmann ]
* Add perl (>= 5.10.1) as an alternative build dependency for Test::More.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# Copyright (c) 2009-2010 H.Merijn Brand
4
4
 
5
 
require 5.005003;
 
5
require 5.008001;
6
6
 
7
7
use strict;
8
8
 
32
32
    AUTHOR       => "H.Merijn Brand <h.merijn\@xs4all.nl>",
33
33
    VERSION_FROM => "lib/DBD/CSV.pm",
34
34
    PREREQ_PM    => {
35
 
        "DBI"            => 1.611,
 
35
        "DBI"            => 1.613,
36
36
        "Text::CSV_XS"   => 0.71,
37
 
        "SQL::Statement" => 1.25,
 
37
        "SQL::Statement" => 1.30,
38
38
        "DBD::File"      => 0.38,
39
 
        "Test::More"     => 0,
 
39
        "Test::More"     => 0.90,
40
40
        "Encode"         => 0,
41
41
        "charnames"      => 0,
42
42
        },
68
68
        'cover test_cover:',
69
69
        '       cover -test',
70
70
        '',
71
 
        'checkmeta:',
 
71
        'spellcheck:',
 
72
        '       pod-spell-check --aspell',
 
73
        '',
 
74
        'checkmeta:     spellcheck',
72
75
        '       perl sandbox/genMETA.pl -c',
73
76
        '',
74
77
        'fixmeta:       distmeta',