NAME

DBIO::Optional::Dependencies - Optional dependency declarations for DBIO

VERSION

version 0.900000

METHODS

req_list_for

Return the dependency hash for a requirement group.

die_unless_req_ok_for

Die with a formatted message unless dependencies for a group are available.

req_ok_for

Return true when dependencies for a group are all available.

req_missing_for

Return a one-line description of missing dependencies for a group.

req_errorlist_for

Return raw module-load errors for a requirement group.

_check_deps

Internal dependency checker with memoized results.

req_group_list

Return a hashref containing all requirement groups and their dependencies.

_gen_pod

Author-only helper generating optional dependency POD documentation.

AUTHOR

DBIO & DBIx::Class Authors

COPYRIGHT AND LICENSE

Copyright (C) 2026 DBIO Authors Portions Copyright (C) 2005-2025 DBIx::Class Authors Based on DBIx::Class, heavily modified.

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