Dist-Zilla-PluginBundle-DBIO
The standard Dist::Zilla plugin bundle for all DBIO distributions.
Scope
Dist::Zilla::PluginBundle::DBIO— the[@DBIO]plugin bundlePod::Weaver::PluginBundle::DBIO— the@DBIOPod::Weaver config
Usage
For new DBIO distributions:
name = DBIO-PostgreSQL-Async
author = DBIO Authors
license = Perl_5
[@DBIO]
For distributions derived from DBIx::Class code:
name = DBIO-PostgreSQL
author = DBIO Authors
license = Perl_5
[@DBIO]
heritage = 1
For DBIO core:
name = DBIO
author = DBIO Authors
license = Perl_5
copyright_holder = DBIO Contributors
copyright_year = 2005
[@DBIO]
core = 1
heritage = 1
What It Does
- Version: From git tags via
@Git::VersionManager
for drivers (first release: 0.900000), from
$VERSIONvia VersionFromMainModule for core - Changes: NextRelease
replaces
{{$NEXT}}with version + date on release - POD: PodWeaver with
=attrand=methodcollectors, auto-generated NAME, VERSION, AUTHORS, COPYRIGHT - Copyright:
heritage = 0(default) — DBIO Authors only;heritage = 1— adds DBIx::Class Authors attribution - GitHub: Metadata and issue tracking via GithubMeta
- Build: MakeMaker for drivers, MakeMaker::Awesome for core
- Release: Git tag + push via @Git::VersionManager
- Bootstrap: Uses Bootstrap::lib to build itself
Copyright
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.