[DBD::Pg] Version 3.4.1: fixing up table_info()

dbdpg-commits-gENoVmVU/[email protected] Tue, 19 Aug 2014 23:57:31 +0000
Newsgroups gmane.comp.db.postgresql.dbdpg.cvs
Message-ID <[email protected]>
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[email protected]>

Version 3.4.1: fixing up table_info()

---
 Changes              | 9 +++++++++
 META.yml             | 6 +++---
 Makefile.PL          | 2 +-
 Pg.pm                | 4 ++--
 README               | 2 +-
 lib/Bundle/DBD/Pg.pm | 2 +-
 6 files changed, 17 insertions(+), 8 deletions(-)

diff --git a/Changes b/Changes
index 8db40fd..16836a4 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,15 @@
  'GSM' is Greg Sabino Mullane, greg-738XdyZ4GzZWk0Htik3J/[email protected]
=20
=20
+Version 3.4.1
+
+    - Allow '%' again for the type in table_info() and thus tables()
+      It's not documented or tested in DBI, but it used to work until
+      DBD::Pg 3.4.0, and the change broke DBIx::Class::Schema::Loader, w=
hich
+      uses type=3D'%'.
+      [Dagfinn Ilmari Manns=C3=A5ker <[email protected]>]
+
+
 Version 3.4.0  Released August 16, 2014 (git commit 7a5da12d84b4c2e9879f=
90fb6168f56c095071fa)
=20
   - Cleanup and improve table_info()
diff --git a/META.yml b/META.yml
index 886200e..43f21a3 100644
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name                        : DBD-Pg
-version                     : 3.4.0
+version                     : 3.4.1
 abstract                    : DBI PostgreSQL interface
 author:             =20
   - Greg Sabino Mullane <greg-738XdyZ4GzZWk0Htik3J/[email protected]>
@@ -30,10 +30,10 @@ recommends:
 provides:
   DBD::Pg:
     file                    : Pg.pm
-    version                 : 3.4.0
+    version                 : 3.4.1
   Bundle::DBD::Pg:
     file                    : lib/Bundle/DBD/Pg.pm
-    version                 : 3.4.0
+    version                 : 3.4.1
=20
 keywords:
   - Postgres
diff --git a/Makefile.PL b/Makefile.PL
index 2e8f0f6..e0b16b6 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,7 @@ use warnings;
 use 5.008001;
=20
 ## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION =3D '3.4.0';
+my $VERSION =3D '3.4.1';
=20
 ## 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 c6daaca..76ed8a1 100644
--- a/Pg.pm
+++ b/Pg.pm
@@ -16,7 +16,7 @@ use 5.008001;
 {
 	package DBD::Pg;
=20
-	use version; our $VERSION =3D qv('3.4.0');
+	use version; our $VERSION =3D qv('3.4.1');
=20
 	use DBI ();
 	use DynaLoader ();
@@ -1682,7 +1682,7 @@ DBD::Pg - PostgreSQL database driver for the DBI mo=
dule
=20
 =3Dhead1 VERSION
=20
-This documents version 3.4.0 of the DBD::Pg module
+This documents version 3.4.1 of the DBD::Pg module
=20
 =3Dhead1 DESCRIPTION
=20
diff --git a/README b/README
index 23958a6..2d5d640 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ DBD::Pg  --  the DBI PostgreSQL interface for Perl
 DESCRIPTION:
 ------------
=20
-This is version 3.4.0 of DBD::Pg, the Perl interface to Postgres using D=
BI.=20
+This is version 3.4.1 of DBD::Pg, the Perl interface to Postgres using D=
BI.=20
 The web site for this interface, and the latest version, can be found at=
:
=20
 	http://search.cpan.org/dist/DBD-Pg/
diff --git a/lib/Bundle/DBD/Pg.pm b/lib/Bundle/DBD/Pg.pm
index 3066731..c3269e5 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;
=20
-$VERSION =3D '3.4.0';
+$VERSION =3D '3.4.1';
=20
 1;
=20
--=20
1.8.4