[DBD::Pg 2/2] Bump DBI requirement to 1.614. Version bump for development testing.
[email protected] Sat, 16 Nov 2013 21:18:41 -0500
| Newsgroups | perl.dbd.pg.changes |
|---|---|
| Message-ID | <[email protected]> |
Committed by Greg Sabino Mullane <[email protected]> Subject: [DBD::Pg 2/2] Bump DBI requirement to 1.614. Version bump for development testing. --- Changes | 2 +- META.yml | 12 +++++------ Makefile.PL | 4 ++-- Pg.pm | 6 +++--- README | 14 ++++++++++-- SIGNATURE | 61 ++++++++++++++++++++++++++-------------------------- lib/Bundle/DBD/Pg.pm | 2 +- 7 files changed, 56 insertions(+), 45 deletions(-) diff --git a/Changes b/Changes index 6473578..a0b3e5d 100644 --- a/Changes +++ b/Changes @@ -7,7 +7,7 @@ Version 3.0.0? always mark returned Perl strings as utf8. See the docs for pg_enable_utf8 for more information. - - Bump DBI requirement to 1.54 + - Bump DBI requirement to 1.614 - Bump Perl requirement to 5.8.1 diff --git a/META.yml b/META.yml index 11100a0..12ab353 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name : DBD-Pg -version : 2.19.3 +version : 2.20.1_1 abstract : DBI PostgreSQL interface author: - Greg Sabino Mullane <[email protected]> @@ -10,16 +10,16 @@ distribution_type : module dynamic_config : 1 requires: - DBI : 1.54 + DBI : 1.614 perl : 5.008001 version : 0 build_requires: - DBI : 1.54 + DBI : 1.614 Test::More : 0.88 Time::HiRes : 0 version : 0 configure_requires: - DBI : 1.54 + DBI : 1.614 version : 0 recommends: Cwd : 0 @@ -30,10 +30,10 @@ recommends: provides: DBD::Pg: file : Pg.pm - version : 2.19.3 + version : 2.20.1_1 Bundle::DBD::Pg: file : lib/Bundle/DBD/Pg.pm - version : 2.19.3 + version : 2.20.1_1 keywords: - Postgres diff --git a/Makefile.PL b/Makefile.PL index 7520e1c..09bad04 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 = '2.19.3'; +my $VERSION = '2.20.1_1'; ## App::Info is stored inside t/lib ## Create a proper path so we can use it below @@ -204,7 +204,7 @@ my %opts = ABSTRACT => 'PostgreSQL database driver for the DBI module', PREREQ_PM => { 'ExtUtils::MakeMaker' => '6.11', - 'DBI' => '1.54', + 'DBI' => '1.614', 'Test::More' => '0.88', 'Time::HiRes' => '0', 'version' => '0', diff --git a/Pg.pm b/Pg.pm index c1c355f..f7a6333 100644 --- a/Pg.pm +++ b/Pg.pm @@ -16,7 +16,7 @@ use 5.008001; { package DBD::Pg; - use version; our $VERSION = qv('2.19.3'); + use version; our $VERSION = qv('2.20.1_1'); use DBI (); use DynaLoader (); @@ -71,7 +71,7 @@ use 5.008001; Exporter::export_ok_tags('pg_types', 'async'); @EXPORT = qw($DBDPG_DEFAULT PG_ASYNC PG_OLDQUERY_CANCEL PG_OLDQUERY_WAIT PG_BYTEA); - require_version DBI 1.54; + require_version DBI 1.614; bootstrap DBD::Pg $VERSION; @@ -1773,7 +1773,7 @@ DBD::Pg - PostgreSQL database driver for the DBI module =head1 VERSION -This documents version 2.19.3 of the DBD::Pg module +This documents version 2.20.1_1 of the DBD::Pg module =head1 DESCRIPTION diff --git a/README b/README index b16ba9e..be6dfdf 100644 --- a/README +++ b/README @@ -2,11 +2,21 @@ DBD::Pg is Copyright (C) 1994-2013, Greg Sabino Mullane DBD::Pg -- the DBI PostgreSQL interface for Perl +=================================================== +WARNING!! + +THIS IS A TEST VERSION (2.20.1_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/ +=================================================== + DESCRIPTION: ------------ -This is version 2.19.3 of DBD::Pg, the Perl interface to Postgres using DBI. +This is version 2.20.1_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/ @@ -30,7 +40,7 @@ REQUIREMENTS: ------------- build, test, and install Perl 5 (at least 5.8.1) - build, test, and install the DBI module (at least 1.54) + build, test, and install the DBI module (at least 1.614) build, test, and install PostgreSQL (at least 7.4) build, test, and install Test::Simple (at least 0.47) diff --git a/SIGNATURE b/SIGNATURE index fab5441..661d97e 100644 --- a/SIGNATURE +++ b/SIGNATURE @@ -1,5 +1,5 @@ This file contains message digests of all files listed in MANIFEST, -signed via the Module::Signature module, version 0.68. +signed via the Module::Signature module, version 0.73. To verify the content in this distribution, first make sure you have Module::Signature installed, then type: @@ -14,57 +14,58 @@ not run its Makefile.PL or Build.PL. -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 -SHA1 c2fd448ad2624dcf8c2556ed96c9b96b93226861 .perlcriticrc -SHA1 9979d6215733e2ee6ffea338ad78f42e732fd503 Changes +SHA1 7d649a32d5052ff0affdd8c3d5fb58e10640086b .perlcriticrc +SHA1 6c59a24ab28c6fb7ade41b0662c6c5259f08daee Changes SHA1 21bc5f3c797d4d5b72285198ffeb1e4e1f0a2902 LICENSES/artistic.txt SHA1 06877624ea5c77efe3b7e39b0f909eda6e25a4ec LICENSES/gpl-2.0.txt -SHA1 117e5883538d3a9bcdb7b4f015ae0b3ae060c0fe MANIFEST +SHA1 13a917b34fbff5f2b97856fb8483e8f65f49f102 MANIFEST SHA1 8d2857ee9a6326c08507d8552f86709dd068fbe5 MANIFEST.SKIP -SHA1 9246e6deff6836d67a7cb8a2147e6c9401edca78 META.yml -SHA1 a9387491ff695b2d738dda00dbb7c3e44c36474b Makefile.PL -SHA1 6a27537e7ca0f502f1ef4576a8e8ceb729521476 Pg.h -SHA1 2bad7aa2f5931e91c2d483e4c9eefd869b2e667b Pg.pm -SHA1 b941c69074e649ba9a934864ef247a1bbb47a336 Pg.xs -SHA1 4507190c55c2ded0a1b9f2a380fa700cbeeed9f1 README -SHA1 c3c6f2f05e24486af075dca95f442c8c3c119bad README.dev +SHA1 eb8b7c270a97a218c9d231b5a19ffe4d70576e7f META.yml +SHA1 af4204d3a768d91891dd9a2d409cc6a54db851f9 Makefile.PL +SHA1 92b6c5da08942e820f090ee1adb4e55c1f46fe8c Pg.h +SHA1 471083a537ba7f001ce9265ff3d522d9718141d4 Pg.pm +SHA1 8779986dfb889163eb17c4d16b2fedf110d88f68 Pg.xs +SHA1 1e1dbe2c102c96b1f61a84c75a353c41b5eef6e9 README +SHA1 53a48d97529bfbaeeaa78833b355a35bd4a1d349 README.dev SHA1 7e213bf90f513595b59c0a2c4ef94fea1592efcf README.win32 -SHA1 7ed6f5dc8cef944cf07228e2769663d0c74cf668 TODO -SHA1 cc2ffbfc02f4125fef1b7fc2b369d9314559f5e7 dbdimp.c -SHA1 26562b3b5f8abf26547381975dd3ed60e48ab36b dbdimp.h +SHA1 35b6b01032e6cd49c8ff70df1452787366008af7 TODO +SHA1 eee814a98cc1e457e0e408b0f474fa024e0b9de2 dbdimp.c +SHA1 b7a3ae2c2f0c7306c015ecd4eee0d4baa9ae9709 dbdimp.h SHA1 6c33bcf138e577722283bef02fceb8cbce4d100d dbivport.h -SHA1 f417a1bcaf4dbf180cf037343bf108def5923747 lib/Bundle/DBD/Pg.pm -SHA1 82c1cc1b15a55e0b553165ea4dd6cfff2bb008a4 quote.c +SHA1 240f9ed50136c8a008760c684488635f0b3d6234 lib/Bundle/DBD/Pg.pm +SHA1 7783411c884f0a4d2072c73362e3c3280b630029 quote.c SHA1 7ccff1056809e35bcc1a3ff4f5a3d337f207681f quote.h SHA1 93aa7e8cae0a361d1e6163dea0281ebff41f3c5f t/00_signature.t -SHA1 073baf503a601ceeb49516d61bd275f0c1e51563 t/00basic.t +SHA1 4691376dd83eef11b59ee6b1bb4ce2eb951e1920 t/00basic.t SHA1 1f50adea4f2c7a5110eca34dc8b6d5dc9d4121ed t/01connect.t -SHA1 ce0b281693d4b8309a7a4e7a07ec6f898d937e60 t/01constants.t -SHA1 42b9933a52e9a95051aa06f5556559c7272d5901 t/02attribs.t -SHA1 58e6cbdec408ea4d298ab81347ce38797527eccd t/03dbmethod.t +SHA1 2fd22727c3a0e830769de82b0dae875a0f243366 t/01constants.t +SHA1 973cdeaba65bc041717462715a268b2340a83ce9 t/02attribs.t +SHA1 0879dab3b31981605c037dd79d823cb46e8ca4e9 t/03dbmethod.t SHA1 d5d619fb3c1df974b9e8b2f85df2c8ff8dc54f48 t/03smethod.t -SHA1 5ff94b9b67a90dbc8a5ff4f01ef7d1ef716018f0 t/04misc.t +SHA1 dd47bd1ac55072177a57f856daca98904939112c t/04misc.t SHA1 b7b72e0a9569e97e97975ea12e4adbc99a50d076 t/06bytea.t SHA1 c4c43b2229411c3850de0a9cb9bae8e5ccc7d822 t/07copy.t SHA1 e6fe3d9c739d31f344c4a56382004a97202e4d51 t/08async.t -SHA1 a78b82d35ab294149decacc160a468d8d94fa434 t/09arrays.t -SHA1 519aa6a52d58f77515b62127066ca3b7ea09677a t/12placeholders.t +SHA1 356df2a83f9eff42813b97a2bd42f7411e3c8dcf t/09arrays.t +SHA1 2c368e5fc76bb0aa3892689f6f4fd972f77cc608 t/12placeholders.t SHA1 81558ca5c783ea6792fd103444a04df615a8d127 t/20savepoints.t +SHA1 ca1b0e4979ce3fce829834fc1eec29675707e8ed t/30unicode.t SHA1 dfef0062e9549b2cad7b429c7214734ab6ab5a4a t/99cleanup.t -SHA1 1e10fbc9aa1b11523e8f477a4afbeffbe47e6b1b t/dbdpg_test_setup.pl +SHA1 9a18bf2ca93dfb3972c21696efb521bc8f81a338 t/dbdpg_test_setup.pl SHA1 96edfd4f4165c50f98353f800fbd182555762a0c t/lib/App/Info.pm SHA1 b3349a313289db245720d0a3c7446662e9b6af33 t/lib/App/Info/Handler.pm SHA1 a669fab6421aa2a8385f33b0e90efcd3d7040415 t/lib/App/Info/Handler/Prompt.pm SHA1 d3e9a478612e570c0b9af03f99e987ba01a6e36e t/lib/App/Info/RDBMS.pm -SHA1 2fa62674d3121d67ff9c1d6aee844a1a8bf62088 t/lib/App/Info/RDBMS/PostgreSQL.pm +SHA1 a31bd1084e2a6d8db29db6d7703a2a96a469d217 t/lib/App/Info/RDBMS/PostgreSQL.pm SHA1 ef601a037cd4c9866ae4922298418b92b203ab47 t/lib/App/Info/Request.pm SHA1 108f10ce0dc3657a706861d57f4f8bcddabf2ada t/lib/App/Info/Util.pm SHA1 0dca94a106eea0bf988039d05e20560e70897dd7 testme.tmp.pl -SHA1 191e3d66b5e0c71cf520076d1322b6309560bcd0 types.c -SHA1 3346dfbefe3a9af077276fb412e42281306577d2 types.h +SHA1 782a863c0873aa4c5439f6f2813404751b1ebf7f types.c +SHA1 25681797cc3cbb67e556610ca0f7f35037dfe573 types.h SHA1 f07cd5ecaeb854c81ceb9206364979cf607e6546 win32.mak -----BEGIN PGP SIGNATURE----- -iEYEAREDAAYFAlAzwkQACgkQvJuQZxSWSsgvjQCfXr+9jChSxl9gAk/OmNBEECCQ -GUkAmwbKrc6eGsiRGeWzcx/14fLVyvG0 -=uw+B +iEYEAREDAAYFAlKG6X8ACgkQvJuQZxSWSsh8GACgzY2B/qM3O3+kKtyOSVdhIxGi +sUoAoIfdzWP9Ne3DeTBOQjvH7kWvzDRX +=D+8R -----END PGP SIGNATURE----- diff --git a/lib/Bundle/DBD/Pg.pm b/lib/Bundle/DBD/Pg.pm index 5bc46a2..0b95b5a 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.3'; +$VERSION = '2.20.1_1'; 1; -- 1.8.4