NAME

DBIO::PostgreSQL::Async - RENAMED -- see DBIO::PostgreSQL::EV (dist DBIO-PostgreSQL-EV)

VERSION

version 0.900001

DESCRIPTION

This module has been renamed. DBIO-PostgreSQL-Async (namespace DBIO::PostgreSQL::Async::*) was renamed in place to DBIO-PostgreSQL-EV (namespace DBIO::PostgreSQL::EV): the driver is hard-wired to the EV event loop via EV::Pg/libpq-async, so the ::EV name reflects that, and the ::Async namespace is freed for a possible future loop-agnostic PostgreSQL driver built on DBIO::Async::Storage. There is no behaviour change beyond the name.

This module is a CPAN redirect stub, part of DBIO::Deprecated. It carries no implementation and dies unconditionally as soon as it is loaded (use/require), naming the replacement module and distribution. It exists only so that cpanm DBIO::PostgreSQL::Async -- or a cpanfile that still pins the old name -- surfaces a clear, actionable redirect instead of silently installing the stale, superseded DBIO-PostgreSQL-Async 0.900000 release that remains on CPAN.

Install and use DBIO::PostgreSQL::EV instead.

NAME

DBIO::PostgreSQL::Async - DEPRECATED, renamed to DBIO::PostgreSQL::EV

SEE ALSO

DBIO::PostgreSQL::EV, DBIO::Deprecated

AUTHOR

DBIO Authors

COPYRIGHT AND LICENSE

Copyright (C) 2026 DBIO Authors

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.