NAME
Dist::Zilla::PluginBundle::DBIO - Dist::Zilla plugin bundle for DBIO distributions
VERSION
version 0.900000
SYNOPSIS
# New DBIO distribution (default)
name = DBIO-PostgreSQL-Async
author = DBIO Authors
license = Perl_5
[@DBIO]
# Distribution derived from DBIx::Class code
name = DBIO-PostgreSQL
author = DBIO Authors
license = Perl_5
[@DBIO]
heritage = 1
# DBIO core
name = DBIO
author = DBIO Authors
license = Perl_5
copyright_holder = DBIO Contributors
copyright_year = 2005
[@DBIO]
core = 1
heritage = 1
DESCRIPTION
Standard Dist::Zilla plugin bundle for all DBIO distributions.
For drivers: no configuration needed. Version comes from git tags, copyright is a custom dual notice in POD.
For DBIO core: set core = 1 to use Dist::Zilla::Plugin::VersionFromMainModule and Dist::Zilla::Plugin::MakeMaker::Awesome instead. Add extra plugins (MetaNoIndex, MetaResources) after the bundle in dist.ini.
ATTRIBUTES
core
Set to 1 for DBIO core. Changes version handling and MakeMaker.
heritage
Set to 1 for distributions derived from DBIx::Class code. Adds DBIx::Class copyright attribution to generated POD. Default: 0.
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.