diff options
author | 2016-11-06 22:07:59 +1300 | |
---|---|---|
committer | 2016-11-06 22:08:37 +1300 | |
commit | 83dde078362b66346e7bb659ef8cf250f548eb1b (patch) | |
tree | 6a0cfa1eaf43a505a24e2c711580d6198405007e /dev-perl/DBI/metadata.xml | |
parent | app-office/scribus: Fix dos2unix incompatibility (diff) | |
download | gentoo-83dde078362b66346e7bb659ef8cf250f548eb1b.tar.gz gentoo-83dde078362b66346e7bb659ef8cf250f548eb1b.tar.bz2 gentoo-83dde078362b66346e7bb659ef8cf250f548eb1b.zip |
dev-perl/DBI: Bump to version 1.636.0
- EAPI6
- Add USE="examples"
- Removed restriction on parallel compilation and tests
Upstream:
- Fix compilation on threadperls <= 5.12
- Fix race condition in destroy tests
- Handle UTF8 in RaiseError/PrintError correctly
- Fix ShowErrorStatement showing the wrong statement
- DBD::Gofer handles UTF8 STDIN/STDOUT correctly
- Fix no-column fetchall_arrayref({}) failing to bind_columns by
returning an empty set instead
- Fix memory leak with tied CachedKids attribute cache
- Fix commit() or rollback() raising fatal "panic: attempt to copy
freed scalar" in non-null context.
- Avoid spurious extra warning when passing undef to DBI::Profile as
a Path.
- SQL::Nano parser now ignores trailing semicolon
- New dbh->selectall_array method akin for simplifed dereferencing.
- Killed DBI::FAQ
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-perl/DBI/metadata.xml')
-rw-r--r-- | dev-perl/DBI/metadata.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-perl/DBI/metadata.xml b/dev-perl/DBI/metadata.xml index c4bb752d03b1..162537fa5d08 100644 --- a/dev-perl/DBI/metadata.xml +++ b/dev-perl/DBI/metadata.xml @@ -71,7 +71,6 @@ <remote-id type="cpan-module">DBI::DBD::SqlEngine::db</remote-id> <remote-id type="cpan-module">DBI::DBD::SqlEngine::dr</remote-id> <remote-id type="cpan-module">DBI::DBD::SqlEngine::st</remote-id> - <remote-id type="cpan-module">DBI::FAQ</remote-id> <remote-id type="cpan-module">DBI::Gofer::Execute</remote-id> <remote-id type="cpan-module">DBI::Gofer::Request</remote-id> <remote-id type="cpan-module">DBI::Gofer::Response</remote-id> @@ -90,7 +89,6 @@ <remote-id type="cpan-module">DBI::ProxyServer::db</remote-id> <remote-id type="cpan-module">DBI::ProxyServer::dr</remote-id> <remote-id type="cpan-module">DBI::ProxyServer::st</remote-id> - <remote-id type="cpan-module">DBI::PurePerl</remote-id> <remote-id type="cpan-module">DBI::SQL::Nano</remote-id> <remote-id type="cpan-module">DBI::SQL::Nano::Statement_</remote-id> <remote-id type="cpan-module">DBI::SQL::Nano::Table_</remote-id> |