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

« back to all changes in this revision

Viewing changes to lib/Bundle/DBD/Pg.pm

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-11-30 15:43:41 UTC
  • mfrom: (1.1.16 upstream) (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20081130154341-z1gxdstp70d325ou
Tags: 2.11.5-1
* New upstream release.
* debian/control: add ${misc:Depends} to Depends: field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
use strict;
5
5
use warnings;
6
6
 
7
 
$VERSION = '2.11.4';
 
7
$VERSION = '2.11.5';
8
8
 
9
9
1;
10
10