What problem does it solve? Perl distributions using the [@Author::GETTY] Dist::Zilla plugin bundle follow non-obvious conventions — a committed LICENSE file, next-version semantics, per-file $VERSION placement, and custom POD commands — that cause silent build failures or metadata mismatches when misunderstood. ## Core Features & Use Cases - Bundle Option Reference: Documents every @Author::GETTY toggle including no_cpan, xs_alien, alien_* options, docker_* options, and run hooks for release automation. - Versioning & Release Rules: Explains that dist.ini holds the NEXT release version, each file needs its own $VERSION, executables belong in bin/, and only a human runs dzil release. - POD Conventions: Defines inline commands like =attr, =method, =opt, and =synopsis that PodWeaver transforms into standard sections. - Use Case: When a dist.ini contains [@Author::GETTY], load this Skill to correctly add an Alien-wrapped C library dependency, fix a failing LicenseFile check, or prepare the Changes file before a CPAN release. ## Quick Start Load this Skill whenever a dist.ini contains [@Author::GETTY] and follow its conventions for versioning, LICENSE handling, and release preparation.