~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-05-08 21:26:44 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080508212644-rakbay66fhvhv21a
Tags: 2.6.6-1
* New upstream release.
* Add build dependencies on libtest-pod-perl, libtest-pod-coverage-perl in
  order to activate additional tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*-cperl-*-
2
 
#  $Id: Pg.pm 11184 2008-05-02 16:51:05Z turnstep $
 
2
#  $Id: Pg.pm 11212 2008-05-07 19:30:33Z 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.6.4');
 
20
        use version; our $VERSION = qv('2.6.6');
21
21
 
22
22
        use DBI ();
23
23
        use DynaLoader ();
1657
1657
 
1658
1658
=head1 VERSION
1659
1659
 
1660
 
This documents version 2.6.4 of the DBD::Pg module
 
1660
This documents version 2.6.6 of the DBD::Pg module
1661
1661
 
1662
1662
=head1 SYNOPSIS
1663
1663