From 0c9e8e6c64848d5b98caab5ac83e514e7be94a18 Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Mon, 20 Jun 2022 13:50:57 -0400 Subject: [PATCH] Increment to v0.21 --- Changes | 2 ++ lib/URI/_ado.pm | 2 +- lib/URI/_db.pm | 2 +- lib/URI/_odbc.pm | 2 +- lib/URI/cassandra.pm | 2 +- lib/URI/cockroach.pm | 2 +- lib/URI/cockroachdb.pm | 2 +- lib/URI/couch.pm | 2 +- lib/URI/couchdb.pm | 2 +- lib/URI/cubrid.pm | 2 +- lib/URI/db.pm | 2 +- lib/URI/db2.pm | 2 +- lib/URI/derby.pm | 2 +- lib/URI/exasol.pm | 2 +- lib/URI/firebird.pm | 2 +- lib/URI/hive.pm | 2 +- lib/URI/impala.pm | 2 +- lib/URI/informix.pm | 2 +- lib/URI/ingres.pm | 2 +- lib/URI/interbase.pm | 2 +- lib/URI/ldapdb.pm | 2 +- lib/URI/maria.pm | 2 +- lib/URI/mariadb.pm | 2 +- lib/URI/max.pm | 2 +- lib/URI/maxdb.pm | 2 +- lib/URI/monet.pm | 2 +- lib/URI/monetdb.pm | 2 +- lib/URI/mongo.pm | 2 +- lib/URI/mongodb.pm | 2 +- lib/URI/mssql.pm | 2 +- lib/URI/mysql.pm | 2 +- lib/URI/oracle.pm | 2 +- lib/URI/pg.pm | 2 +- lib/URI/pgsql.pm | 2 +- lib/URI/pgxc.pm | 2 +- lib/URI/postgres.pm | 2 +- lib/URI/postgresql.pm | 2 +- lib/URI/postgresxc.pm | 2 +- lib/URI/redshift.pm | 2 +- lib/URI/snowflake.pm | 2 +- lib/URI/sqlite.pm | 2 +- lib/URI/sqlite3.pm | 2 +- lib/URI/sqlserver.pm | 2 +- lib/URI/sybase.pm | 2 +- lib/URI/teradata.pm | 2 +- lib/URI/unify.pm | 2 +- lib/URI/vertica.pm | 2 +- lib/URI/yugabyte.pm | 2 +- lib/URI/yugabytedb.pm | 2 +- 49 files changed, 50 insertions(+), 48 deletions(-) diff --git a/Changes b/Changes index d5c085d..91dcfca 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Perl extension URI::db. +0.21 + 0.20 2022-06-20T17:48:44Z - Added URI::cockroach and URI::yugabyte. diff --git a/lib/URI/_ado.pm b/lib/URI/_ado.pm index 60431d3..94d97af 100644 --- a/lib/URI/_ado.pm +++ b/lib/URI/_ado.pm @@ -1,5 +1,5 @@ package URI::_ado; use base 'URI::_odbc'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub dbi_driver { 'ADO' } diff --git a/lib/URI/_db.pm b/lib/URI/_db.pm index 9135626..b0b60a9 100644 --- a/lib/URI/_db.pm +++ b/lib/URI/_db.pm @@ -3,7 +3,7 @@ package URI::_db; use strict; use 5.008001; use base 'URI::_login'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub uri { shift } sub _no_scheme_ok { 0 } diff --git a/lib/URI/_odbc.pm b/lib/URI/_odbc.pm index 1f0c098..ee2083d 100644 --- a/lib/URI/_odbc.pm +++ b/lib/URI/_odbc.pm @@ -1,6 +1,6 @@ package URI::_odbc; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub dbi_driver { 'ODBC' } diff --git a/lib/URI/cassandra.pm b/lib/URI/cassandra.pm index 4c01b6c..ab46e7d 100644 --- a/lib/URI/cassandra.pm +++ b/lib/URI/cassandra.pm @@ -1,6 +1,6 @@ package URI::cassandra; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 9160 } diff --git a/lib/URI/cockroach.pm b/lib/URI/cockroach.pm index 4c755a4..2d066bd 100644 --- a/lib/URI/cockroach.pm +++ b/lib/URI/cockroach.pm @@ -1,6 +1,6 @@ package URI::cockroach; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 26257 } sub dbi_driver { 'Pg' } diff --git a/lib/URI/cockroachdb.pm b/lib/URI/cockroachdb.pm index 0975b59..d5668ad 100644 --- a/lib/URI/cockroachdb.pm +++ b/lib/URI/cockroachdb.pm @@ -1,3 +1,3 @@ package URI::cockroachdb; use base 'URI::cockroach'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; diff --git a/lib/URI/couch.pm b/lib/URI/couch.pm index 9f41a95..d456695 100644 --- a/lib/URI/couch.pm +++ b/lib/URI/couch.pm @@ -1,5 +1,5 @@ package URI::couch; use base 'URI::couchdb'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; 1; diff --git a/lib/URI/couchdb.pm b/lib/URI/couchdb.pm index a8c5a0f..7bdb25b 100644 --- a/lib/URI/couchdb.pm +++ b/lib/URI/couchdb.pm @@ -1,6 +1,6 @@ package URI::couchdb; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 5984 } sub canonical_engine { 'couchdb' } diff --git a/lib/URI/cubrid.pm b/lib/URI/cubrid.pm index 77e66a8..2a6c781 100644 --- a/lib/URI/cubrid.pm +++ b/lib/URI/cubrid.pm @@ -1,6 +1,6 @@ package URI::cubrid; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 33000 } sub dbi_driver { 'cubrid' } diff --git a/lib/URI/db.pm b/lib/URI/db.pm index 523b53d..0122e52 100644 --- a/lib/URI/db.pm +++ b/lib/URI/db.pm @@ -13,7 +13,7 @@ use strict; use 5.008001; use base 'URI::Nested'; use URI::_db; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub prefix { 'db' } sub nested_class { 'URI::_db' } diff --git a/lib/URI/db2.pm b/lib/URI/db2.pm index 32b22a2..f36fc9d 100644 --- a/lib/URI/db2.pm +++ b/lib/URI/db2.pm @@ -1,6 +1,6 @@ package URI::db2; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 50000 } sub dbi_driver { 'DB2' } diff --git a/lib/URI/derby.pm b/lib/URI/derby.pm index f4df81c..8de7c42 100644 --- a/lib/URI/derby.pm +++ b/lib/URI/derby.pm @@ -1,6 +1,6 @@ package URI::derby; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 1527 } diff --git a/lib/URI/exasol.pm b/lib/URI/exasol.pm index c140834..e2ec4a3 100644 --- a/lib/URI/exasol.pm +++ b/lib/URI/exasol.pm @@ -1,6 +1,6 @@ package URI::exasol; use base 'URI::_odbc'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 8563 } diff --git a/lib/URI/firebird.pm b/lib/URI/firebird.pm index af6a687..27aeaf9 100644 --- a/lib/URI/firebird.pm +++ b/lib/URI/firebird.pm @@ -1,6 +1,6 @@ package URI::firebird; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 3050 } sub dbi_driver { 'Firebird' } diff --git a/lib/URI/hive.pm b/lib/URI/hive.pm index 28113ef..b2f8df4 100644 --- a/lib/URI/hive.pm +++ b/lib/URI/hive.pm @@ -1,6 +1,6 @@ package URI::hive; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 10000 } diff --git a/lib/URI/impala.pm b/lib/URI/impala.pm index 0fc5ab5..5901c81 100644 --- a/lib/URI/impala.pm +++ b/lib/URI/impala.pm @@ -1,6 +1,6 @@ package URI::impala; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 21000 } diff --git a/lib/URI/informix.pm b/lib/URI/informix.pm index bda66af..09ffd7a 100644 --- a/lib/URI/informix.pm +++ b/lib/URI/informix.pm @@ -1,6 +1,6 @@ package URI::informix; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 1526 } sub dbi_driver { 'Informix' } diff --git a/lib/URI/ingres.pm b/lib/URI/ingres.pm index 87e9feb..2394eeb 100644 --- a/lib/URI/ingres.pm +++ b/lib/URI/ingres.pm @@ -1,6 +1,6 @@ package URI::ingres; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 1524 } sub dbi_driver { 'Ingres' } diff --git a/lib/URI/interbase.pm b/lib/URI/interbase.pm index 479d3ac..5601aea 100644 --- a/lib/URI/interbase.pm +++ b/lib/URI/interbase.pm @@ -1,6 +1,6 @@ package URI::interbase; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 3050 } sub dbi_driver { 'InterBase' } diff --git a/lib/URI/ldapdb.pm b/lib/URI/ldapdb.pm index 99847ed..b0159f8 100644 --- a/lib/URI/ldapdb.pm +++ b/lib/URI/ldapdb.pm @@ -1,6 +1,6 @@ package URI::ldapdb; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub dbi_driver { 'LDAP' } diff --git a/lib/URI/maria.pm b/lib/URI/maria.pm index bf7c883..79ded31 100644 --- a/lib/URI/maria.pm +++ b/lib/URI/maria.pm @@ -1,5 +1,5 @@ package URI::maria; use base 'URI::mysql'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; 1; diff --git a/lib/URI/mariadb.pm b/lib/URI/mariadb.pm index ac1a81d..f2558e7 100644 --- a/lib/URI/mariadb.pm +++ b/lib/URI/mariadb.pm @@ -1,5 +1,5 @@ package URI::mariadb; use base 'URI::mysql'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; 1; diff --git a/lib/URI/max.pm b/lib/URI/max.pm index e7ce7ca..9b34526 100644 --- a/lib/URI/max.pm +++ b/lib/URI/max.pm @@ -1,5 +1,5 @@ package URI::max; use base 'URI::maxdb'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; 1; diff --git a/lib/URI/maxdb.pm b/lib/URI/maxdb.pm index 80fb059..f2f806d 100644 --- a/lib/URI/maxdb.pm +++ b/lib/URI/maxdb.pm @@ -1,6 +1,6 @@ package URI::maxdb; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 7673 } sub dbi_driver { 'MaxDB' } diff --git a/lib/URI/monet.pm b/lib/URI/monet.pm index cf74f36..5340a65 100644 --- a/lib/URI/monet.pm +++ b/lib/URI/monet.pm @@ -1,5 +1,5 @@ package URI::monet; use base 'URI::monetdb'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; 1; diff --git a/lib/URI/monetdb.pm b/lib/URI/monetdb.pm index dc66cee..8cf6bc9 100644 --- a/lib/URI/monetdb.pm +++ b/lib/URI/monetdb.pm @@ -1,6 +1,6 @@ package URI::monetdb; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 50000 } sub dbi_driver { 'monetdb' } diff --git a/lib/URI/mongo.pm b/lib/URI/mongo.pm index 3b182a6..03e3b2c 100644 --- a/lib/URI/mongo.pm +++ b/lib/URI/mongo.pm @@ -1,5 +1,5 @@ package URI::mongo; use base 'URI::mongodb'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; 1; diff --git a/lib/URI/mongodb.pm b/lib/URI/mongodb.pm index 726c49a..bf58e89 100644 --- a/lib/URI/mongodb.pm +++ b/lib/URI/mongodb.pm @@ -1,6 +1,6 @@ package URI::mongodb; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 27017 } sub canonical_engine { 'mongodb' } diff --git a/lib/URI/mssql.pm b/lib/URI/mssql.pm index 6cd82de..92402ac 100644 --- a/lib/URI/mssql.pm +++ b/lib/URI/mssql.pm @@ -1,6 +1,6 @@ package URI::mssql; use base 'URI::_odbc'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 1433 } sub canonical_engine { 'mssql' } diff --git a/lib/URI/mysql.pm b/lib/URI/mysql.pm index f0697e9..b8990dc 100644 --- a/lib/URI/mysql.pm +++ b/lib/URI/mysql.pm @@ -1,6 +1,6 @@ package URI::mysql; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 3306 } sub dbi_driver { 'mysql' } diff --git a/lib/URI/oracle.pm b/lib/URI/oracle.pm index e7454d6..670790d 100644 --- a/lib/URI/oracle.pm +++ b/lib/URI/oracle.pm @@ -1,6 +1,6 @@ package URI::oracle; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 1521 } sub dbi_driver { 'Oracle' } diff --git a/lib/URI/pg.pm b/lib/URI/pg.pm index 1e98f66..479d633 100644 --- a/lib/URI/pg.pm +++ b/lib/URI/pg.pm @@ -1,6 +1,6 @@ package URI::pg; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 5432 } sub dbi_driver { 'Pg' } diff --git a/lib/URI/pgsql.pm b/lib/URI/pgsql.pm index d16a3c3..700b9c8 100644 --- a/lib/URI/pgsql.pm +++ b/lib/URI/pgsql.pm @@ -1,4 +1,4 @@ package URI::pgsql; use base 'URI::pg'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; diff --git a/lib/URI/pgxc.pm b/lib/URI/pgxc.pm index d8a1d8f..40cc8e5 100644 --- a/lib/URI/pgxc.pm +++ b/lib/URI/pgxc.pm @@ -1,5 +1,5 @@ package URI::pgxc; use base 'URI::pg'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; 1; diff --git a/lib/URI/postgres.pm b/lib/URI/postgres.pm index 7f6ffd1..0d2eb72 100644 --- a/lib/URI/postgres.pm +++ b/lib/URI/postgres.pm @@ -1,4 +1,4 @@ package URI::postgres; use base 'URI::pg'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; diff --git a/lib/URI/postgresql.pm b/lib/URI/postgresql.pm index 0432504..e59d2ea 100644 --- a/lib/URI/postgresql.pm +++ b/lib/URI/postgresql.pm @@ -1,5 +1,5 @@ package URI::postgresql; use base 'URI::pg'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; 1; diff --git a/lib/URI/postgresxc.pm b/lib/URI/postgresxc.pm index 13a0de2..6d35e45 100644 --- a/lib/URI/postgresxc.pm +++ b/lib/URI/postgresxc.pm @@ -1,5 +1,5 @@ package URI::postgresxc; use base 'URI::pg'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; 1; diff --git a/lib/URI/redshift.pm b/lib/URI/redshift.pm index 6f2c7c9..fde83ff 100644 --- a/lib/URI/redshift.pm +++ b/lib/URI/redshift.pm @@ -1,5 +1,5 @@ package URI::redshift; use base 'URI::pg'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; 1; diff --git a/lib/URI/snowflake.pm b/lib/URI/snowflake.pm index 91ad1b4..9d4a103 100644 --- a/lib/URI/snowflake.pm +++ b/lib/URI/snowflake.pm @@ -1,6 +1,6 @@ package URI::snowflake; use base 'URI::_odbc'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 443 } diff --git a/lib/URI/sqlite.pm b/lib/URI/sqlite.pm index ce09c18..7b39d82 100644 --- a/lib/URI/sqlite.pm +++ b/lib/URI/sqlite.pm @@ -1,6 +1,6 @@ package URI::sqlite; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub dbi_driver { 'SQLite' } sub canonical_engine { 'sqlite' } diff --git a/lib/URI/sqlite3.pm b/lib/URI/sqlite3.pm index 4dcaf5b..d54c40d 100644 --- a/lib/URI/sqlite3.pm +++ b/lib/URI/sqlite3.pm @@ -1,5 +1,5 @@ package URI::sqlite3; use base 'URI::sqlite'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; 1; diff --git a/lib/URI/sqlserver.pm b/lib/URI/sqlserver.pm index 647e503..c5fdb9c 100644 --- a/lib/URI/sqlserver.pm +++ b/lib/URI/sqlserver.pm @@ -1,5 +1,5 @@ package URI::sqlserver; use base 'URI::mssql'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; 1; diff --git a/lib/URI/sybase.pm b/lib/URI/sybase.pm index db65e74..bd0a7fa 100644 --- a/lib/URI/sybase.pm +++ b/lib/URI/sybase.pm @@ -1,6 +1,6 @@ package URI::sybase; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 2638 } sub dbi_driver { 'Sybase' } diff --git a/lib/URI/teradata.pm b/lib/URI/teradata.pm index f25729a..6e9317f 100644 --- a/lib/URI/teradata.pm +++ b/lib/URI/teradata.pm @@ -1,6 +1,6 @@ package URI::teradata; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 1025 } sub dbi_driver { 'Teradata' } diff --git a/lib/URI/unify.pm b/lib/URI/unify.pm index 122ec91..7110680 100644 --- a/lib/URI/unify.pm +++ b/lib/URI/unify.pm @@ -1,6 +1,6 @@ package URI::unify; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 27117 } sub dbi_driver { 'Unify' } diff --git a/lib/URI/vertica.pm b/lib/URI/vertica.pm index 29069fa..a235711 100644 --- a/lib/URI/vertica.pm +++ b/lib/URI/vertica.pm @@ -1,6 +1,6 @@ package URI::vertica; use base 'URI::_odbc'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 5433 } diff --git a/lib/URI/yugabyte.pm b/lib/URI/yugabyte.pm index 2c5e8f4..1611c7c 100644 --- a/lib/URI/yugabyte.pm +++ b/lib/URI/yugabyte.pm @@ -1,6 +1,6 @@ package URI::yugabyte; use base 'URI::_db'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; sub default_port { 5433 } sub dbi_driver { 'Pg' } diff --git a/lib/URI/yugabytedb.pm b/lib/URI/yugabytedb.pm index c3f0f2c..6c76b3d 100644 --- a/lib/URI/yugabytedb.pm +++ b/lib/URI/yugabytedb.pm @@ -1,5 +1,5 @@ package URI::yugabytedb; use base 'URI::yugabyte'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; 1;