| Newsgroups |
perl.dbd.pg.changes |
| Message-ID |
<[email protected]> |
Committed by Greg Sabino Mullane <[email protected]>
Subject: [DBD::Pg 5/6] Bump to 2.19.1
---
Changes | 1 +
META.yml | 6 +++---
Makefile.PL | 2 +-
Pg.pm | 4 ++--
README | 2 +-
lib/Bundle/DBD/Pg.pm | 2 +-
6 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/Changes b/Changes
index 1dde698..ab6d906 100644
--- a/Changes
+++ b/Changes
@@ -5,6 +5,7 @@ Version 2.19.1
- Fix crash when passing in an array with undefined elements. [GSM]
+
Version 2.19.0 Released March 9, 2012 (git commit 05ab092905ce6891ed83e173412ee70d6cdb8cb5)
- Use proper formatting for warn() and croak() (CPAN bug #75642)
diff --git a/META.yml b/META.yml
index eae1b9e..26f201b 100644
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name : DBD-Pg
-version : 2.19.0
+version : 2.19.1
abstract : DBI PostgreSQL interface
author:
- Greg Sabino Mullane <[email protected]>
@@ -30,10 +30,10 @@ recommends:
provides:
DBD::Pg:
file : Pg.pm
- version : 2.19.0
+ version : 2.19.1
Bundle::DBD::Pg:
file : lib/Bundle/DBD/Pg.pm
- version : 2.19.0
+ version : 2.19.1
keywords:
- Postgres
diff --git a/Makefile.PL b/Makefile.PL
index 012c6eb..5379077 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,7 @@ use warnings;
use 5.006001;
## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '2.19.0';
+my $VERSION = '2.19.1';
## App::Info is stored inside t/lib
## Create a proper path so we can use it below
diff --git a/Pg.pm b/Pg.pm
index acde641..88eda30 100644
--- a/Pg.pm
+++ b/Pg.pm
@@ -16,7 +16,7 @@ use 5.006001;
{
package DBD::Pg;
- use version; our $VERSION = qv('2.19.0');
+ use version; our $VERSION = qv('2.19.1');
use DBI ();
use DynaLoader ();
@@ -1731,7 +1731,7 @@ DBD::Pg - PostgreSQL database driver for the DBI module
=head1 VERSION
-This documents version 2.19.0 of the DBD::Pg module
+This documents version 2.19.1 of the DBD::Pg module
=head1 DESCRIPTION
diff --git a/README b/README
index 75ffe6b..a0b5515 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ DBD::Pg -- the DBI PostgreSQL interface for Perl
DESCRIPTION:
------------
-This is version 2.19.0 of DBD::Pg, the Perl interface to Postgres using DBI.
+This is version 2.19.1 of DBD::Pg, the Perl interface to Postgres using DBI.
The web site for this interface, and the latest version, can be found at:
http://search.cpan.org/dist/DBD-Pg/
diff --git a/lib/Bundle/DBD/Pg.pm b/lib/Bundle/DBD/Pg.pm
index c96f47c..8e6ac1d 100644
--- a/lib/Bundle/DBD/Pg.pm
+++ b/lib/Bundle/DBD/Pg.pm
@@ -4,7 +4,7 @@ package Bundle::DBD::Pg;
use strict;
use warnings;
-$VERSION = '2.19.0';
+$VERSION = '2.19.1';
1;
--
1.7.1