Committed by Greg Sabino Mullane <[email protected]>

Subject: [DBD::Pg 2/3] Get ready to release 3.5.0_1 to CPAN

---
 META.yml             |  6 +++---
 Makefile.PL          |  2 +-
 Pg.pm                |  6 +++---
 README               | 13 ++++++++++++-
 lib/Bundle/DBD/Pg.pm |  2 +-
 5 files changed, 20 insertions(+), 9 deletions(-)

diff --git a/META.yml b/META.yml
index 8f1403c..c2ba915 100644
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name                        : DBD-Pg
-version                     : 3.5.0
+version                     : 3.5.0_1
 abstract                    : DBI PostgreSQL interface
 author:              
   - Greg Sabino Mullane <[email protected]>
@@ -30,10 +30,10 @@ recommends:
 provides:
   DBD::Pg:
     file                    : Pg.pm
-    version                 : 3.5.0
+    version                 : 3.5.0_1
   Bundle::DBD::Pg:
     file                    : lib/Bundle/DBD/Pg.pm
-    version                 : 3.5.0
+    version                 : 3.5.0_1
 
 keywords:
   - Postgres
diff --git a/Makefile.PL b/Makefile.PL
index e2d686a..a26e76d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,7 @@ use warnings;
 use 5.008001;
 
 ## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '3.5.0';
+my $VERSION = '3.5.0_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 bfe9dbd..f1fb848 100644
--- a/Pg.pm
+++ b/Pg.pm
@@ -16,7 +16,7 @@ use 5.008001;
 {
        package DBD::Pg;
 
-       use version; our $VERSION = qv('3.5.0');
+       use version; our $VERSION = qv('3.5.0_1');
 
        use DBI ();
        use DynaLoader ();
@@ -1676,7 +1676,7 @@ DBD::Pg - PostgreSQL database driver for the DBI module
 
 =head1 VERSION
 
-This documents version 3.5.0 of the DBD::Pg module
+This documents version 3.5.0_1 of the DBD::Pg module
 
 =head1 DESCRIPTION
 
@@ -2738,7 +2738,7 @@ server version 9.0 or higher.
 
 The C<ping> method determines if there is a working connection to an active 
 database server. It does this by sending a small query to the server, 
currently 
-B<'DBD::Pg ping test v3.5.0'>. It returns 0 (false) if the connection is not 
valid, 
+B<'DBD::Pg ping test v3.5.0_1'>. It returns 0 (false) if the connection is not 
valid, 
 otherwise it returns a positive number (true). The value returned indicates 
the 
 current state:
 
diff --git a/README b/README
index addb621..cbcb6b2 100644
--- a/README
+++ b/README
@@ -1,3 +1,14 @@
+
+===================================================
+WARNING!!
+
+THIS IS A TEST VERSION (3.5.0_1) AND SHOULD BE USED 
+FOR TESTING PURPOSES ONLY. PLEASE USE A STABLE 
+VERSION (no underscore) BY VISITING:
+
+http://search.cpan.org/dist/DBD-Pg/
+===================================================
+
 DBD::Pg is Copyright (C) 1994-2015, Greg Sabino Mullane
 
 DBD::Pg  --  the DBI PostgreSQL interface for Perl
@@ -5,7 +16,7 @@ DBD::Pg  --  the DBI PostgreSQL interface for Perl
 DESCRIPTION:
 ------------
 
-This is version 3.5.0 of DBD::Pg, the Perl interface to Postgres using DBI. 
+This is version 3.5.0_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 ecd76f5..836ae3c 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 = '3.5.0';
+$VERSION = '3.5.0_1';
 
 1;
 
-- 
1.8.4

Reply via email to