NAME

DBIO::StartupCheck - REMOVED -- no replacement, see DBIO::Deprecated

VERSION

version 0.900001

DESCRIPTION

This module has been removed from DBIO core, not renamed -- there is no replacement. It used to check for, and warn about, a bug on Red Hat and Fedora systems using their system perl build (a bless/overload patch that caused a 2x-100x performance penalty on perl 5.8.8-10 and later). That bug was fixed upstream by all current Red Hat/Fedora distributions long ago; the check had become permanently dead weight, incorrectly flagging fixed perl builds. DBIO core dropped it outright.

This module is a CPAN redirect stub, part of DBIO::Deprecated. It carries no implementation and dies unconditionally as soon as it is loaded. Unlike most tombstones in this distribution, it does not point at a replacement module -- there is none. It exists only so that cpanm DBIO::StartupCheck -- or a cpanfile / code that still references the old name -- surfaces a clear explanation instead of silently installing the stale, superseded DBIO 0.900000 release that still carries this name.

Simply remove any use DBIO::StartupCheck; line from your code; DBIO core no longer needs or performs this check.

NAME

DBIO::StartupCheck - REMOVED, no replacement

SEE ALSO

DBIO, 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.