~ubuntu-branches/ubuntu/precise/libdbd-pg-perl/precise

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-05-11 14:32:37 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080511143237-knulflfju6qi2s0p
Tags: 2.7.0-1
* New upstream release.
* Refresh lintian override.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.PL 11212 2008-05-07 19:30:33Z turnstep $
 
1
# $Id: Makefile.PL 11236 2008-05-10 17:12:53Z turnstep $
2
2
 
3
3
use ExtUtils::MakeMaker;
4
4
use Config;
7
7
use 5.006001;
8
8
 
9
9
## No version.pm for this one, as the prereqs are not loaded yet.
10
 
my $VERSION = '2.6.6';
 
10
my $VERSION = '2.7.0';
11
11
 
12
12
my $lib;
13
13
BEGIN {