NAME
Pod::Weaver::PluginBundle::DBIO - Pod::Weaver configuration for DBIO distributions
VERSION
version 0.900001
SYNOPSIS
Via Dist::Zilla::PluginBundle::DBIO (automatic):
[@DBIO]
Or explicitly:
[PodWeaver]
config_plugin = @DBIO
DESCRIPTION
Pod::Weaver configuration for all DBIO distributions. Supports inline =attr and =method commands that are collected into ATTRIBUTES and METHODS sections.
COMMANDS
=attr
Documents attributes. Place after has declarations. Collected into an ATTRIBUTES section.
=method
Documents methods. Place after sub definitions. Collected into a METHODS section.
COPYRIGHT NOTICE
Default (new DBIO code):
Copyright (C) 2026 DBIO Authors
With heritage = 1 (code derived from DBIx::Class):
Copyright (C) 2026 DBIO Authors
Portions Copyright (C) 2005-2025 DBIx::Class Authors
Based on DBIx::Class, heavily modified.
AUTHOR
DBIO & DBIx::Class 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.