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

« back to all changes in this revision

Viewing changes to Pg.pm

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-12-15 20:20:37 UTC
  • mfrom: (1.1.18 upstream) (4.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20081215202037-zey31ccjr422db1b
Tags: 2.11.7-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#  -*-cperl-*-
2
 
#  $Id: Pg.pm 12120 2008-11-30 22:09:04Z turnstep $
 
2
#  $Id: Pg.pm 12157 2008-12-13 16:58:36Z turnstep $
3
3
#
4
4
#  Copyright (c) 2002-2008 Greg Sabino Mullane and others: see the Changes file
5
5
#  Portions Copyright (c) 2002 Jeffrey W. Baker
17
17
{
18
18
        package DBD::Pg;
19
19
 
20
 
        use version; our $VERSION = qv('2.11.6');
 
20
        use version; our $VERSION = qv('2.11.7');
21
21
 
22
22
        use DBI ();
23
23
        use DynaLoader ();
1703
1703
 
1704
1704
=head1 VERSION
1705
1705
 
1706
 
This documents version 2.11.6 of the DBD::Pg module
 
1706
This documents version 2.11.7 of the DBD::Pg module
1707
1707
 
1708
1708
=head1 DESCRIPTION
1709
1709